Skip to content

Commit 4f8f3aa

Browse files
chore(deps): update nginx:stable-alpine docker digest to e35873a
1 parent 509f532 commit 4f8f3aa

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:e35873a161d0a08cc31e55f160301ad1676eec6d0072d4feccf78b3e7469d3ae 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)