Skip to content

Commit

Permalink
chore(deps): update nginx docker tag to v1.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and namachan10777 committed Jan 6, 2025
1 parent 7c22846 commit d1b8175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ COPY . /work
RUN bun install
RUN bun run build

FROM nginx:1.27.2
FROM nginx:1.27.3
COPY nginx.conf /etc/nginx/nginx.conf
COPY --from=base /work/dist /www
2 changes: 1 addition & 1 deletion infra/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https
- traefik.http.middlewares.redirect-to-https.redirectscheme.permanent=true
hpcs-web:
image: nginx:1.27.2
image: nginx:1.27.3
restart: unless-stopped
volumes:
- type: bind
Expand Down

0 comments on commit d1b8175

Please sign in to comment.