Fixed image ref.

This commit is contained in:
Henrik Solberg 2024-10-08 12:39:09 +02:00 committed by GCHQDeveloper581
parent 1ff398b472
commit 9272798f95
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -27,7 +27,7 @@ RUN npm run build
######################################### #########################################
# Package static build files into nginx # # Package static build files into nginx #
######################################### #########################################
FROM nginx-unprivileged:1.25.2-alpine3.18 AS cyberchef FROM nginxinc/nginx-unprivileged:1.25.1-alpine3.18 AS cyberchef
LABEL maintainer="GCHQ <oss@gchq.gov.uk>" LABEL maintainer="GCHQ <oss@gchq.gov.uk>"