Skip to content

Commit

Permalink
fix: docker/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 1, 2024
1 parent 1d65dc9 commit b90f5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18 as builder
FROM alpine:3 as builder

WORKDIR /workdir

Expand Down Expand Up @@ -26,7 +26,7 @@ RUN cargo fetch

RUN cargo build --features freeze-stdlib --release --locked --offline --bin rustpython

FROM alpine:3.18
FROM alpine:3

RUN apk --no-cache add musl libgcc

Expand Down

0 comments on commit b90f5ba

Please sign in to comment.