Skip to content

Commit f29879f

Browse files
chore(deps): update nginx:stable-alpine docker digest to 3c31c41
1 parent 509f532 commit f29879f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend-project/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM env AS builder
88
COPY ./ /code
99
RUN yarn && yarn build
1010

11-
FROM nginx:stable-alpine@sha256:ff557e536e5c697c5a28db13ab81bdf9b0c6a20161aa0a46419b9b251872c7df AS prod
11+
FROM nginx:stable-alpine@sha256:3c31c419a77edc09feae083e43e661ee54da9eed02b93be01bc5521ddc03d145 AS prod
1212
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
1313
COPY --from=builder /code/dist /usr/share/nginx/html
1414
EXPOSE 8000

0 commit comments

Comments
 (0)