Skip to content

Commit f1da521

Browse files
committed
chore(docker): Update go version to 1.25 during Dockerfile build to support goose v3.27.0
The latest goose requires go version 1.25: https://github.com/pressly/goose/releases/tag/v3.27.0
1 parent 2135dc5 commit f1da521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG NODE_IMAGE=node:20.20-bullseye-slim@sha256:d6c3903e556d4161f63af4550e76244908b6668e1a7d2983eff4873a0c2b0413
22

33
FROM golang:1.23-alpine AS goose_builder
4-
RUN go install github.com/pressly/goose/v3/cmd/goose@latest
4+
RUN go install github.com/pressly/goose/v3/cmd/goose@v3.26.0
55

66
FROM ${NODE_IMAGE} AS pruner
77

0 commit comments

Comments
 (0)