Skip to content

Commit

Permalink
Always use latest go minor versions
Browse files Browse the repository at this point in the history
Stay on the go 1.23 series, but default to the latest released minor version. This way we're always
pulling in the latest bug and security fixes. Already running this in our production setup without
issues. Just looking to upstream it.
  • Loading branch information
oderby committed Feb 19, 2025
1 parent fc3e6eb commit bf8b158
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,5 +1,5 @@
# Start by building the application.
FROM golang:1.23.0-bullseye AS build
FROM golang:1.23-bullseye AS build

# build libsodium (dep of libzmq)
WORKDIR /build
Expand Down

0 comments on commit bf8b158

Please sign in to comment.