Skip to content

Commit

Permalink
Merge pull request #351 from DFE-Digital/update-nginx
Browse files Browse the repository at this point in the history
Update nginx base image in template
  • Loading branch information
neillturner authored Jan 16, 2025
2 parents 584d9e8 + 76e206c commit 6a585b4
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 6a585b4

Please sign in to comment.