Skip to content

Commit

Permalink
Update nginx base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Jan 15, 2025
1 parent 0f09517 commit 76e206c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/terraform_kubernetes/welcome_app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ resource "kubernetes_deployment" "welcome_app" {

container {
name = local.welcome_app_name
image = "nginxinc/nginx-unprivileged:1.26.1"
image = "nginxinc/nginx-unprivileged:1.27.3-alpine3.20"

security_context {
run_as_user = 1000
Expand Down
2 changes: 1 addition & 1 deletion templates/new_service/maintenance_page/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginxinc/nginx-unprivileged:1.26.1
FROM nginxinc/nginx-unprivileged:1.27.3-alpine3.20

COPY nginx.conf /etc/nginx/nginx.conf
COPY ./html/ /usr/share/nginx/html

0 comments on commit 76e206c

Please sign in to comment.