Skip to content

Commit b883f18

Browse files
Bump golang in /database/migrations
Bumps golang from 1.24.4-alpine3.22 to 1.25.1-alpine3.22. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.1-alpine3.22 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent adb248f commit b883f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build tern
2-
FROM golang:1.24.4-alpine3.22 AS tern
2+
FROM golang:1.25.1-alpine3.22 AS tern
33
RUN apk --no-cache add git
44
RUN go install github.com/jackc/tern@latest
55

0 commit comments

Comments
 (0)