diff --git a/Dockerfile b/Dockerfile index cb9ce25..e1ea2b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN cargo test RUN cargo fmt -- --check -FROM golang:1.18-alpine AS shell +FROM golang:1.19.3-alpine AS shell RUN apk add --no-cache shellcheck ENV GO111MODULE=on RUN go install mvdan.cc/sh/v3/cmd/shfmt@latest