Skip to content

Commit

Permalink
Merge pull request #36 from saisona/snyk-fix-8053de25818d34845fd6f9a5…
Browse files Browse the repository at this point in the history
…73a7dacf

[Snyk] Security upgrade alpine from 3.17 to 3.18.3
  • Loading branch information
saisona committed Nov 13, 2023
2 parents ff361f9 + 72bf191 commit 2eccf7b
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
Expand Up @@ -17,7 +17,7 @@ COPY *.go /tmp/go-simba-app/
RUN go build -o ./out/app cmd/*.go

# Start fresh from a smaller image
FROM alpine:3.17
FROM alpine:3.18.3

RUN apk add ca-certificates

Expand Down

0 comments on commit 2eccf7b

Please sign in to comment.