chore(deps): update nginx docker tag to v1.27 #95

Merged
Brain merged 1 commits from renovate/nginx-1.x into main 2024-08-22 13:21:21 +02:00

View File

@ -15,7 +15,7 @@ COPY src src
RUN npm ci && npm run build
FROM nginx:1.24-alpine@sha256:77e5d4a6ad906c5d3793764085706577fa705b1dc6f244ea0241c4b5e2155385 as ki-frontend
FROM nginx:1.27-alpine@sha256:c04c18adc2a407740a397c8407c011fc6c90026a9b65cceddef7ae5484360158 as ki-frontend
LABEL org.opencontainers.image.source=https://git.wtf-eg.de/kompetenzinventar/ki-frontend.git
LABEL org.opencontainers.image.url=https://git.wtf-eg.de/kompetenzinventar/ki-frontend