Skip to content

Commit

Permalink
chore(deps): update nginxinc/nginx-unprivileged:1.27.3-alpine-slim do…
Browse files Browse the repository at this point in the history
…cker digest to 4551fda (#111)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent d1e45ee commit 6108005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /src/curriculum
COPY --from=build /src/curriculum/curriculum.html ./
RUN for ext in "css" "js" "html"; do find . -name "*.$ext" -exec minify -o {} {} \;; done

FROM nginxinc/nginx-unprivileged:1.27.3-alpine-slim@sha256:3918db37c592229e2329d14ba8571ec721f4d0d6267c4e91bde104700f1c3ac0 AS runtime
FROM nginxinc/nginx-unprivileged:1.27.3-alpine-slim@sha256:4551fdae391787a18de500132668a7b5ca2589289ca7ea859a801d2388ecf734 AS runtime
WORKDIR /usr/share/nginx/html
COPY --from=minifier /src/curriculum/curriculum.html index.html
COPY --from=build /src/curriculum/curriculum.pdf ./
Expand Down

0 comments on commit 6108005

Please sign in to comment.