We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e83f9 commit c89c16eCopy full SHA for c89c16e
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
-# Use Go v1.25.5 as the base image
2
-FROM golang:1.25.5-alpine
+# Use Go v1.25.6 as the base image
+FROM golang:1.25.6-alpine
3
4
# Create a new user in the docker image
5
RUN adduser --disabled-password --gecos '' gouser
0 commit comments