Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent ab9bf14 commit 51dcfce
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 @@ -5,6 +5,6 @@ RUN apt-get install --yes --no-install-recommends minify=2.12.4-2
COPY . .
RUN for ext in "css" "js" "html"; do find . -name "*.$ext" -exec minify -o {} {} \; -printf "gzip -9c %p > %p.gz\n" | sh; done

FROM nginxinc/nginx-unprivileged:1.27.0-alpine-slim@sha256:0e78e8e98317a026210ca388234d4b2195adf2bc756f8ff932d87de607fd9ef1
FROM nginxinc/nginx-unprivileged:1.27.0-alpine-slim@sha256:de6ddde5c469a798004f3659bd694194171c118e6c513ebbb517178751abbe78
WORKDIR /usr/share/nginx/html
COPY --from=minifier /src/homepage .

0 comments on commit 51dcfce

Please sign in to comment.