Skip to content

Commit

Permalink
updates to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thavelock committed Oct 23, 2023
1 parent 6d6ad05 commit a95c51a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ RUN rm i18n/*.json || true
FROM node:18
ARG BUILD_DATE
ARG VCS_REF
LABEL org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.version="1.0.0" \
org.opencontainers.image.source="https://github.com/somerset-inc/juice-shop-goof" \
org.opencontainers.image.revision=$VCS_REF \
org.opencontainers.image.created=$BUILD_DATE
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.version="1.0.0"
LABEL org.opencontainers.image.source="https://github.com/somerset-inc/juice-shop-goof"
LABEL io.snyk.containers.image.dockerfile="/Dockerfile"
WORKDIR /juice-shop
COPY --from=installer --chown=65532:0 /juice-shop .
USER 65532
Expand Down

0 comments on commit a95c51a

Please sign in to comment.