From 0fc5caaf1e237e1222929ec9c351901af46dca23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 04:12:45 +0000 Subject: [PATCH] Bump golang in /database/migrations Bumps golang from 1.23.4-alpine3.21 to 1.23.5-alpine3.21. --- 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 4ff864423..19353a1d3 100644 --- a/database/migrations/Dockerfile +++ b/database/migrations/Dockerfile @@ -1,5 +1,5 @@ # Build tern -FROM golang:1.23.4-alpine3.21 AS tern +FROM golang:1.23.5-alpine3.21 AS tern RUN apk --no-cache add git RUN go install github.com/jackc/tern@latest