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 Aug 15, 2023
1 parent 51553d1 commit 373dbfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Compiler image
# -------------------------------------------------------------------------------------------------
FROM alpine:3.16.2 AS compiler
FROM alpine:3.16.7 AS compiler

WORKDIR /root

Expand All @@ -17,7 +17,7 @@ RUN /bin/sh ./make_devel.sh

# Runtime image
# -------------------------------------------------------------------------------------------------
FROM alpine:3.16.2 AS runtime
FROM alpine:3.16.7 AS runtime

WORKDIR /root

Expand Down

0 comments on commit 373dbfa

Please sign in to comment.