Skip to content

Commit 635d7d0

Browse files
committed
chore(deps): update nginx docker tag to v1.31
1 parent 64ea081 commit 635d7d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cloudformation/scenarios/planx/docker/editor

cloudformation/scenarios/planx/docker/editor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ENV VITE_APP_ENV=production
3434
RUN cd editor.planx.uk && pnpm build
3535

3636
# Production stage — nginx serving static files
37-
FROM nginx:1.27-alpine
37+
FROM nginx:1.31-alpine
3838

3939
# Copy built SPA
4040
COPY --from=build /app/editor.planx.uk/build/ /usr/share/nginx/html/

0 commit comments

Comments
 (0)