Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jun 19, 2024
1 parent 1b66133 commit 2dd8c11
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 alpine:3.18
FROM alpine:3
ENV APP_USER=regula
ENV APP_DIR=/workspace
RUN adduser -s /bin/true -u 1000 -D -h $APP_DIR $APP_USER
Expand Down

0 comments on commit 2dd8c11

Please sign in to comment.