Skip to content

Commit

Permalink
Merge pull request #215 from jwilder/jwilder/cves
Browse files Browse the repository at this point in the history
Update Dockerfile to go 1.23
  • Loading branch information
jwilder authored Dec 17, 2024
2 parents 04472b8 + e13766f commit 2a979de
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,4 +1,4 @@
FROM golang:1.22 AS binary
FROM golang:1.23 AS binary

WORKDIR /go/src/github.com/jwilder/dockerize
COPY *.go go.* /go/src/github.com/jwilder/dockerize/
Expand Down

0 comments on commit 2a979de

Please sign in to comment.