Skip to content

Commit d1b8175

Browse files
renovate[bot]namachan10777
authored andcommitted
chore(deps): update nginx docker tag to v1.27.3
1 parent 7c22846 commit d1b8175

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
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.2
8+
FROM nginx:1.27.3
99
COPY nginx.conf /etc/nginx/nginx.conf
1010
COPY --from=base /work/dist /www

infra/docker-compose.yml

+1-1
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.2
42+
image: nginx:1.27.3
4343
restart: unless-stopped
4444
volumes:
4545
- type: bind

0 commit comments

Comments
 (0)