Skip to content

Commit

Permalink
fix: services/web/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 10, 2024
1 parent 38f5d5b commit 7f5d79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN NODE_OPTIONS=--max-old-space-size=1536 npm run build
RUN ls /app/build

# Main Image
FROM openresty/openresty:alpine
FROM openresty/openresty:1.25.3.2-1-alpine
RUN apk add gettext curl
# React
RUN rm /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit 7f5d79b

Please sign in to comment.