Skip to content

Commit

Permalink
Merge pull request #215 from sensiblecodeio/go-1.22.3
Browse files Browse the repository at this point in the history
Update to Go 1.22.3
  • Loading branch information
StevenMaude authored May 17, 2024
2 parents c36efa8 + 703df55 commit 3a69176
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.20.5-alpine
FROM golang:1.22.3-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.20
go 1.22.3

require (
github.com/docker/docker v24.0.4+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.20.5-alpine
FROM golang:1.22.3-alpine

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

0 comments on commit 3a69176

Please sign in to comment.