Skip to content

Commit

Permalink
chore(deps): update nginx docker tag to v1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent e556487 commit e614a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/frontend/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# since nginx image is bigger (143 lines), we're starting with it and adding node to it.
# Use an official nginx image
# from https://github.com/nginxinc/docker-nginx/blob/1d2e2ccae2f6e478f628f4091d8a5c36a122a157/mainline/alpine/Dockerfile
FROM nginx:1.17-alpine
FROM nginx:1.27-alpine


# "FROM node:9.3-alpine"
Expand Down
2 changes: 1 addition & 1 deletion docker/frontend/prod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# since nginx image is bigger (143 lines), we're starting with it and adding node to it.
# Use an official nginx image
# from https://github.com/nginxinc/docker-nginx/blob/1d2e2ccae2f6e478f628f4091d8a5c36a122a157/mainline/alpine/Dockerfile
FROM nginx:1.17-alpine
FROM nginx:1.27-alpine


# "FROM node:9.3-alpine"
Expand Down

0 comments on commit e614a03

Please sign in to comment.