Skip to content

Commit b7b66e7

Browse files
committed
Bump nginx to 1.28
1 parent 7e2e89e commit b7b66e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is primarily for building the production image
22

3-
FROM nginx:1.26
3+
FROM nginx:1.28
44

55
ENV TZ=Europe/Stockholm
66

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
services:
44

55
web:
6-
image: nginx:1.26
6+
image: nginx:1.28
77
environment:
88
- TZ=Europe/Stockholm
99
ports:

0 commit comments

Comments
 (0)