Skip to content

Commit

Permalink
Merge pull request #185 from sensiblecodeio/golang-1.20.5
Browse files Browse the repository at this point in the history
Update to Go 1.20.5
  • Loading branch information
StevenMaude committed Jul 10, 2023
2 parents f8b0c5c + 43acbc0 commit fe1635f
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.19.0-alpine
FROM golang:1.20.5-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.19
go 1.20

require (
github.com/docker/docker v20.10.17+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.19.0-alpine
FROM golang:1.20.5-alpine

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

0 comments on commit fe1635f

Please sign in to comment.