Skip to content

Commit

Permalink
Fixes: upgrade docker base image to fix error: 0.524 go: go.mod requi…
Browse files Browse the repository at this point in the history
…res go >= 1.23.1 when build docker image (#1609)

Co-authored-by: 689 許瀚文 Hevin <[email protected]>
  • Loading branch information
hevinhsu and 689 許瀚文 Hevin authored Dec 22, 2024
1 parent 775c07e commit 111c9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22
FROM golang:1.23.1
LABEL maintainer="Victor Castell <[email protected]>"

EXPOSE 8080 8946
Expand Down

0 comments on commit 111c9ca

Please sign in to comment.