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 0cfeb6b commit 6d6ad05
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,9 @@ RUN rm i18n/*.json || true
FROM node:18
ARG BUILD_DATE
ARG VCS_REF
LABEL maintainer="Bjoern Kimminich <bjoern.kimminich@owasp.org>" \
org.opencontainers.image.title="OWASP Juice Shop" \
org.opencontainers.image.description="Probably the most modern and sophisticated insecure web application" \
org.opencontainers.image.authors="Bjoern Kimminich <bjoern.kimminich@owasp.org>" \
org.opencontainers.image.vendor="Open Web Application Security Project" \
org.opencontainers.image.documentation="https://help.owasp-juice.shop" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.version="15.0.0" \
org.opencontainers.image.url="https://owasp-juice.shop" \
org.opencontainers.image.source="https://github.com/juice-shop/juice-shop" \
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
WORKDIR /juice-shop
Expand Down

0 comments on commit 6d6ad05

Please sign in to comment.