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 ea69eec commit 1871800Copy full SHA for 1871800
Dockerfile
@@ -1,4 +1,4 @@
1
-# Use golang:1.23.1-alpine as the base image.
+# Use golang:1.24.7-alpine as the base image.
2
FROM golang:1.24.7-alpine AS builder
3
COPY . /app
4
# Change directory and build the binary. Build command is also used to download the dependencies.
0 commit comments