Skip to content

Commit

Permalink
📣 Update ghcr.io/jjgadgets/caddy-distroless-base:2.7.6 Docker digest …
Browse files Browse the repository at this point in the history
…to 7a16fba (#67)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
  • Loading branch information
tinfoild[bot] authored Apr 5, 2024
1 parent 9e1fd69 commit 7b0b248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/jjgadgets-error-page-ingress-nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/jjgadgets/caddy-distroless-base:2.7.6@sha256:955abfb2490893116494aeb2326aa6f90ab9338624b033ac743bd7ff50585edb
FROM ghcr.io/jjgadgets/caddy-distroless-base:2.7.6@sha256:7a16fbac33728694301f18b5414dd257e9f2902fc0d1d5c8919bf86c73b93570
COPY --chown=1000:1000 --chmod=555 ./apps/jjgadgets-error-page-ingress-nginx/error.html /web/error.html
COPY --chown=1000:1000 --chmod=555 ./apps/jjgadgets-error-page-ingress-nginx/Caddyfile /Caddyfile

Expand Down
2 changes: 1 addition & 1 deletion apps/phanpy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USER 1000:1000
WORKDIR /app
RUN wget -qO- https://github.com/cheeaun/phanpy/releases/download/${VERSION}/phanpy-dist.zip | unzip -

FROM ghcr.io/jjgadgets/caddy-distroless-base:2.7.6@sha256:955abfb2490893116494aeb2326aa6f90ab9338624b033ac743bd7ff50585edb
FROM ghcr.io/jjgadgets/caddy-distroless-base:2.7.6@sha256:7a16fbac33728694301f18b5414dd257e9f2902fc0d1d5c8919bf86c73b93570
COPY --from=upstream /app /app

USER 1000:1000
Expand Down

0 comments on commit 7b0b248

Please sign in to comment.