We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bcc7d commit 9dd4515Copy full SHA for 9dd4515
1 file changed
Dockerfile
@@ -46,7 +46,7 @@ RUN CGO_ENABLED=0 go build -ldflags "${LDFLAGS} \
46
-X github.com/tinyauthapp/tinyauth/internal/model.BuildTimestamp=${BUILD_TIMESTAMP}" ./cmd/tinyauth
47
48
# Runner
49
-FROM alpine:3.23 AS runner
+FROM alpine:3.24 AS runner
50
51
WORKDIR /tinyauth
52
0 commit comments