From 38f1fee219847e25c63f846648ad7ffc7b68a923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:23:31 +0000 Subject: [PATCH] Bump golang in /database/migrations Bumps golang from 1.21.1-alpine3.18 to 1.21.3-alpine3.18. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- database/migrations/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/Dockerfile b/database/migrations/Dockerfile index c4e41e4..e1a4dca 100644 --- a/database/migrations/Dockerfile +++ b/database/migrations/Dockerfile @@ -1,5 +1,5 @@ # Build tern -FROM golang:1.21.1-alpine3.18 AS tern +FROM golang:1.21.3-alpine3.18 AS tern RUN apk --no-cache add git RUN go install github.com/jackc/tern@latest