Skip to content

Commit

Permalink
fix: src/accountingservice/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 7, 2024
1 parent 171f4d6 commit 9f129fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accountingservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN go build -o /go/bin/accountingservice/ ./

# -----------------------------------------------------------------------------

FROM alpine
FROM alpine:3.20.3

WORKDIR /usr/src/app/

Expand Down

0 comments on commit 9f129fd

Please sign in to comment.