Skip to content

Commit

Permalink
chore(web): update docker.io/nginx docker tag to v1.27.0 (#17005)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 30, 2024
1 parent 4476895 commit e3a5e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN rm -f ./.eslintrc.js \
&& npm run build \
&& npm prune --production

FROM docker.io/nginx:1.26.0-alpine AS release
FROM docker.io/nginx:1.27.0-alpine AS release
COPY --from=builder /usr/src/app/build /usr/share/nginx/html
COPY web/conf/nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
Expand Down

0 comments on commit e3a5e9a

Please sign in to comment.