Skip to content

Commit

Permalink
Merge pull request #192 from SuperChen-CC/fix-go-image-vul
Browse files Browse the repository at this point in the history
Update Dockerfile to use latest version of golang
  • Loading branch information
SuperChen-CC authored Dec 18, 2023
2 parents d073980 + 1ad57fa commit 0b63169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.4 AS builder
FROM golang:latest AS builder

ARG TARGETARCH
ARG VERSION
Expand Down

0 comments on commit 0b63169

Please sign in to comment.