Skip to content

Commit 8fdc311

Browse files
committed
Fixed image ref.
1 parent b1a2c96 commit 8fdc311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ COPY . .
44
RUN npm ci
55
RUN npm run build
66

7-
FROM nginx-unprivileged:1.25.2-alpine3.18 AS cyberchef
7+
FROM nginxinc/nginx-unprivileged:1.25.1-alpine3.18 AS cyberchef
88

99
COPY --from=build ./build/prod /usr/share/nginx/html/

0 commit comments

Comments
 (0)