Skip to content

Commit

Permalink
Update to Go 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMaude committed Jan 13, 2025
1 parent 7c576ab commit 4a0cd82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.0-alpine
FROM golang:1.23.4-alpine

RUN apk add git

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sensiblecodeio/hanoverd

go 1.23.0
go 1.23.4

require (
github.com/docker/docker v27.2.0+incompatible
Expand Down
2 changes: 1 addition & 1 deletion tests/multiple-ports/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.0-alpine
FROM golang:1.23.4-alpine

CMD ["multiple-ports"]
EXPOSE 80 443
Expand Down

0 comments on commit 4a0cd82

Please sign in to comment.