mirror of
https://github.com/gchq/CyberChef
synced 2025-03-14 05:46:56 +00:00
Fixed image ref.
This commit is contained in:
parent
d94d744829
commit
32dda5bb6d
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ COPY . .
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
RUN npm run build
|
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/
|
COPY --from=build ./build/prod /usr/share/nginx/html/
|
||||||
|
|
Loading…
Add table
Reference in a new issue