Fixed image ref.

This commit is contained in:
Henrik Solberg 2024-10-08 12:39:09 +02:00
parent d94d744829
commit 32dda5bb6d

View file

@ -4,6 +4,6 @@ COPY . .
RUN npm ci
RUN npm run build
FROM nginx-unprivileged:1.25.2-alpine3.18 AS cyberchef
FROM nginxinc/nginx-unprivileged:1.25.1-alpine3.18 AS cyberchef
COPY --from=build ./build/prod /usr/share/nginx/html/