Skip to content

Commit

Permalink
fix: Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 25, 2023
1 parent d18f3a6 commit 3123b8a
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
Expand Up @@ -5,7 +5,7 @@ COPY . .
RUN npm install
RUN npm run build

FROM nginx:1.25.2-alpine
FROM nginx:1.25.3-alpine

COPY --from=build /app/theme /usr/share/nginx/html

Expand Down

0 comments on commit 3123b8a

Please sign in to comment.