Skip to content

Commit

Permalink
Merge pull request #108 from ngn13/dependabot/docker/golang-1.23.4
Browse files Browse the repository at this point in the history
Bump golang from 1.23.3 to 1.23.4
  • Loading branch information
ngn13 authored Dec 16, 2024
2 parents 71c6841 + 2f9afe7 commit 94eda9b
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,7 +1,7 @@
####################
# build the server #
####################
FROM golang:1.23.3 as go
FROM golang:1.23.4 as go

COPY server /server
WORKDIR /server
Expand Down

0 comments on commit 94eda9b

Please sign in to comment.