Skip to content

Commit

Permalink
Update nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosribas committed Feb 22, 2024
1 parent ae24ace commit 2503a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -43,7 +43,7 @@ services:

# Nginx server
nginx:
image: nginx:1.20-alpine
image: nginx:1.24.0-alpine
ports:
- 8000:80
volumes:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/helm/templates/nginx.yaml
Expand Up @@ -57,7 +57,7 @@ spec:
rollme: {{ randAlphaNum 5 | quote }}
spec:
containers:
- image: nginx:1.20-alpine
- image: nginx:1.24-alpine
name: nginx
resources:
requests:
Expand Down

0 comments on commit 2503a19

Please sign in to comment.