Skip to content

Commit

Permalink
Merge pull request #50 from grosa1/fix/dockerfile-smell-DL3007
Browse files Browse the repository at this point in the history
Fix for Dockerfile smell DL3007
  • Loading branch information
dgk authored Sep 8, 2023
2 parents 40f701d + 0954822 commit 294e6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Builds a Docker to deliver dist/
FROM nginx:latest
FROM nginx:1.23.4-bullseye
COPY dist/ /usr/share/nginx/html

0 comments on commit 294e6a9

Please sign in to comment.