Skip to content

Commit

Permalink
fix: portfolio/upgraded-disco/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 8, 2024
1 parent 518d6e0 commit ba64ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portfolio/upgraded-disco/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as builder
FROM golang:1.23.0 as builder
# Define build env
ENV GOOS linux
ENV CGO_ENABLED 0
Expand Down

0 comments on commit ba64ba2

Please sign in to comment.