Skip to content

Commit

Permalink
Fixed image ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsolberg committed Oct 28, 2024
1 parent d94d744 commit 32dda5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 32dda5b

Please sign in to comment.