upgrade Alpine
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Josh 2025-08-08 15:01:45 +00:00
parent c00494a791
commit 6d057fb9e2
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -2,7 +2,7 @@ CORS_ALLOWED_ORIGINS=https://dev1.aptivaai.com,http://34.16.120.118:3000,http://
SERVER1_PORT=5000
SERVER2_PORT=5001
SERVER3_PORT=5002
IMG_TAG=81c3c5c-202508081431
IMG_TAG=c00494a-202508081456
ENV_NAME=dev
PROJECT=aptivaai-dev

View File

@ -1,4 +1,4 @@
FROM nginx:1.25-alpine
FROM nginx:1.26-alpine3.20
# Remove default config
RUN rm /etc/nginx/nginx.conf