Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent bd3a22a commit bb42cc7
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.2-alpine-slim@sha256:d7b15b925f9b38fb7de6146bf29889ed69129825be420b4c970b8758bac762ea AS runtime
FROM nginxinc/nginx-unprivileged:1.27.2-alpine-slim@sha256:ce270198978c32cdded8bcaa874781e12fd6c441398529fa98d7e259df4cb420 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 bb42cc7

Please sign in to comment.