We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ebf43 commit 573297bCopy full SHA for 573297b
1 file changed
Dockerfile
@@ -2,7 +2,7 @@
2
# Runtime image includes pg_dump so the app can perform backups.
3
4
# ---------- Build stage ----------
5
-FROM golang:1.23-alpine AS builder
+FROM golang:1.25-alpine AS builder
6
WORKDIR /src
7
8
# Install build deps
0 commit comments