Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: np22-jpg/website
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bf4154c1ca2ec58ccc411623cfec3e27bdf8229a
Choose a base ref
..
head repository: np22-jpg/website
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a52b993953227f480642310077e5a425317a4d6a
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 Containerfile
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ COPY ./ ./
RUN pnpm build


FROM quay.io/sclorg/nginx-122-micro-c9s@sha256:5a2548ce6279e1112a6448e03206d97eb452518f8cdc8d80bbbeba01e6f69e9c AS release
FROM quay.io/sclorg/nginx-122-micro-c9s@sha256:d6fc49904e65a7ceb0f10f33c9ad63c89215c855bb1c38427191e3ad38202ca2 AS release

COPY --from=build --chown=nginx /app/dist /tmp/src