Skip to content

Commit c89c16e

Browse files
committed
fix go version
1 parent f4e83f9 commit c89c16e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use Go v1.25.5 as the base image
2-
FROM golang:1.25.5-alpine
1+
# Use Go v1.25.6 as the base image
2+
FROM golang:1.25.6-alpine
33

44
# Create a new user in the docker image
55
RUN adduser --disabled-password --gecos '' gouser

0 commit comments

Comments
 (0)