Skip to content

Commit

Permalink
fix(deps): update nginx:1.25.1-alpine docker digest to 647c5c8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 11, 2023
1 parent 5894290 commit 833d56b
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 @@ -10,7 +10,7 @@ RUN sed -i "s|{{BACKEND_URL}}|$BACKEND_URL|g" src/environments/environment.prod.
yarn install &&\
yarn build

FROM nginx:1.25.1-alpine@sha256:2d194184b067db3598771b4cf326cfe6ad5051937ba1132b8b7d4b0184e0d0a6
FROM nginx:1.25.1-alpine@sha256:647c5c83418c19eef0cddc647b9899326e3081576390c4c7baa4fce545123b6c

COPY --from=BUILDER /usr/app/dist/apollo-frontend/ /usr/share/nginx/html

Expand Down

0 comments on commit 833d56b

Please sign in to comment.