Skip to content

Commit

Permalink
BC-7931 update nginx image (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro authored Aug 26, 2024
1 parent 726e4d7 commit 6325df2
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 @@ -14,7 +14,7 @@ COPY src ./src
RUN NODE_ENV=production npm run build

# runtime image stage
FROM docker.io/nginx:1.25-alpine
FROM docker.io/nginx:1.27-alpine

RUN mkdir /etc/nginx/templates

Expand Down

0 comments on commit 6325df2

Please sign in to comment.