Skip to content

Commit

Permalink
Merge pull request #321 from helxplatform/develop
Browse files Browse the repository at this point in the history
FIX Update nginx base image
  • Loading branch information
hina-shah authored Oct 21, 2024
2 parents 5bc7573 + 709c362 commit 41fa671
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 @@ -19,7 +19,7 @@ RUN npm run build
# Production environment
########################

FROM nginx:1.25.1-alpine-slim
FROM nginx:mainline-alpine-slim
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
COPY nginx/nginx.conf /etc/nginx/nginx.conf
COPY --from=builder /usr/src/app/build/ /usr/share/nginx/static/
Expand Down

0 comments on commit 41fa671

Please sign in to comment.