Skip to content

Commit

Permalink
build: upgrade go to v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrill committed Oct 14, 2024
1 parent e5cae83 commit daa1b8a
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.3-alpine as builder
FROM golang:1.23.1-alpine as builder

# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
# queries required to connect to linked containers succeed.
Expand Down

0 comments on commit daa1b8a

Please sign in to comment.