From ef8aa93b944cbf6f6d496cc20d7500ed2413012d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 22:08:59 +0000 Subject: [PATCH] Bump golang from 1.18-alpine to 1.19.3-alpine Bumps golang from 1.18-alpine to 1.19.3-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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