Skip to content

Commit

Permalink
fix: Dockerfile.client-local to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 22, 2023
1 parent 74038fe commit f98aa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.client-local
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY app/client /app
RUN npm run build

# production environment
FROM nginx:alpine
FROM nginx:1.25.3-alpine3.18
COPY --from=build /app/build /usr/share/nginx/html
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx/nginx-local.conf /etc/nginx/conf.d
Expand Down

0 comments on commit f98aa5c

Please sign in to comment.