From 4b7c5dd367804ab8e60407b3c19553db28df9e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 08:36:46 +0200 Subject: [PATCH] Bump golang from 1.21.1-alpine3.18 to 1.21.3-alpine3.18 in /database/migrations (#419) 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] 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 48fad6e..cea99bd 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