From 3543eec09d1a866b7ef7aa9bab17dcdaca9bd840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 07:51:08 +0100 Subject: [PATCH] Bump golang from 1.23.2-alpine3.20 to 1.23.3-alpine3.20 in /database/migrations (#551) Bump golang in /database/migrations Bumps golang from 1.23.2-alpine3.20 to 1.23.3-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 b7fdf4a..98f6ec6 100644 --- a/database/migrations/Dockerfile +++ b/database/migrations/Dockerfile @@ -1,5 +1,5 @@ # Build tern -FROM golang:1.23.2-alpine3.20 AS tern +FROM golang:1.23.3-alpine3.20 AS tern RUN apk --no-cache add git RUN go install github.com/jackc/tern@latest