Skip to content

Commit

Permalink
Merge pull request #92 from ngn13/dependabot/docker/golang-1.23.3
Browse files Browse the repository at this point in the history
Bump golang from 1.23.1 to 1.23.3
  • Loading branch information
ngn13 authored Nov 21, 2024
2 parents 178eea1 + 580c9a2 commit a06b45b
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.1 as go
FROM golang:1.23.3 as go

COPY server /server
WORKDIR /server
Expand Down

0 comments on commit a06b45b

Please sign in to comment.