Skip to content

Commit 573297b

Browse files
committed
Update golang version of builder image
1 parent f7ebf43 commit 573297b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Runtime image includes pg_dump so the app can perform backups.
33

44
# ---------- Build stage ----------
5-
FROM golang:1.23-alpine AS builder
5+
FROM golang:1.25-alpine AS builder
66
WORKDIR /src
77

88
# Install build deps

0 commit comments

Comments
 (0)