Skip to content

Commit c52272a

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 c52272a

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,6 +1,6 @@
11
ARG NODE_IMAGE=node:20.20-bullseye-slim@sha256:d6c3903e556d4161f63af4550e76244908b6668e1a7d2983eff4873a0c2b0413
22

3-
FROM golang:1.23-alpine AS goose_builder
3+
FROM golang:1.25-alpine AS goose_builder
44
RUN go install github.com/pressly/goose/v3/cmd/goose@latest
55

66
FROM ${NODE_IMAGE} AS pruner

0 commit comments

Comments
 (0)