From c1f4714572baef63f0bcd4712abbb8348ed19a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:25:08 +0200 Subject: [PATCH] Bump golang from 1.23.1-alpine3.20 to 1.23.2-alpine3.20 in /database/migrations (#266) Bump golang in /database/migrations Bumps golang from 1.23.1-alpine3.20 to 1.23.2-alpine3.20. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- database/migrations/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/Dockerfile b/database/migrations/Dockerfile index 5d5e237..4db2db4 100644 --- a/database/migrations/Dockerfile +++ b/database/migrations/Dockerfile @@ -1,5 +1,5 @@ # Build tern -FROM golang:1.23.1-alpine3.20 AS tern +FROM golang:1.23.2-alpine3.20 AS tern RUN apk --no-cache add git RUN go install github.com/jackc/tern@latest