Skip to content

Commit

Permalink
Merge pull request #81 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 committed May 20, 2024
2 parents 4dcae6d + aaa3d00 commit 800b5cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.22.3-alpine

# Turn off cgo for a more static binary.
# Specify cache directory so that we can run as nobody to build the binary.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/sensiblecodeio/tiny-ssl-reverse-proxy

go 1.19
go 1.22.3

0 comments on commit 800b5cd

Please sign in to comment.