Skip to content

Commit a341204

Browse files
authored
Merge pull request #591 from devhindo/master
Update Dockerfile to use Go version 1.23
2 parents fcb5729 + b3624d9 commit a341204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21 as build-env
1+
FROM golang:1.23 as build-env
22
ENV CGO_ENABLED=0
33
ARG VERSION
44
ARG GIT_COMMITSHA

0 commit comments

Comments
 (0)