Skip to content

Commit

Permalink
Always use latest go minor versions (#366)
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 authored Feb 24, 2025
1 parent 6b8a0c8 commit e061219
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 e061219

Please sign in to comment.