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 29, 2023
1 parent c7d7602 commit 05c23d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN ./make_timestamp.sh $BUILDTYPE > ./src/app/menupanel/portal-details-panel/po
RUN npm link @auscope/portal-core-ui && npm run $BUILDTYPE

# Second image, install website
FROM debian:bullseye-20230502
FROM debian:bullseye-20230703

ENV appdir /usr/src/app

Expand Down

0 comments on commit 05c23d6

Please sign in to comment.