Skip to content

Commit

Permalink
fix: dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 13, 2023
1 parent 57cbe6a commit 0faa68e
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.21.1-bullseye
FROM golang:1.21.3-bullseye

WORKDIR /go/src/
COPY . .
Expand Down

0 comments on commit 0faa68e

Please sign in to comment.