Skip to content

Commit 4580b84

Browse files
Update nginx Docker tag to v1.29.1
1 parent 8d1bd8c commit 4580b84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ COPY . /work
55
RUN bun install
66
RUN bun run build
77

8-
FROM nginx:1.27.5
8+
FROM nginx:1.29.1
99
COPY nginx.conf /etc/nginx/nginx.conf
1010
COPY --from=base /work/dist /www

infra/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
- traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https
4040
- traefik.http.middlewares.redirect-to-https.redirectscheme.permanent=true
4141
hpcs-web:
42-
image: nginx:1.27.5
42+
image: nginx:1.29.1
4343
restart: unless-stopped
4444
volumes:
4545
- type: bind

0 commit comments

Comments
 (0)