upgrade Alpine

This commit is contained in:
Josh 2025-08-08 15:01:45 +00:00
parent bcdcdfec41
commit cdc53e3141
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 SERVER1_PORT=5000
SERVER2_PORT=5001 SERVER2_PORT=5001
SERVER3_PORT=5002 SERVER3_PORT=5002
IMG_TAG=81c3c5c-202508081431 IMG_TAG=c00494a-202508081456
ENV_NAME=dev ENV_NAME=dev
PROJECT=aptivaai-dev PROJECT=aptivaai-dev

View File

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