diff --git a/Dockerfile b/Dockerfile index 3f03780..d2bf9e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ COPY . /work RUN bun install RUN bun run build -FROM nginx:1.27.5 +FROM nginx:1.29.1 COPY nginx.conf /etc/nginx/nginx.conf COPY --from=base /work/dist /www diff --git a/infra/docker-compose.yml b/infra/docker-compose.yml index 54e239d..c795089 100644 --- a/infra/docker-compose.yml +++ b/infra/docker-compose.yml @@ -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.5 + image: nginx:1.29.1 restart: unless-stopped volumes: - type: bind