Skip to content

Commit

Permalink
chore(deps): update nginx:stable-alpine docker digest to 7a0c64e
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 509f532 commit 16ad7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend-project/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM env AS builder
COPY ./ /code
RUN yarn && yarn build

FROM nginx:stable-alpine@sha256:ff557e536e5c697c5a28db13ab81bdf9b0c6a20161aa0a46419b9b251872c7df AS prod
FROM nginx:stable-alpine@sha256:7a0c64ed6164fe4b8cc0a2707ed29010ef3f2252f23f3206e3a2d539407d264d AS prod
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=builder /code/dist /usr/share/nginx/html
EXPOSE 8000
Expand Down

0 comments on commit 16ad7d1

Please sign in to comment.