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: garden-io/garden
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 848b5b09a2cd96e93e866c34e5793db69327844a
Choose a base ref
..
head repository: garden-io/garden
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a5476e61abe508f6dec52ed3b295b02ae62cdb90
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 support/alpine-builder.Dockerfile
4 changes: 2 additions & 2 deletions support/alpine-builder.Dockerfile
Original file line number Diff line number Diff line change
@@ -38,9 +38,9 @@ RUN npm install --omit=dev && \

ADD static /garden/static

WORKDIR /garden-tmp/cli
WORKDIR /garden-tmp

# Create the binary
RUN mkdir -p /garden \
&& node_modules/.bin/pkg --compress Brotli --target node18-alpine-x64 rollup/bundle.cjs --output /garden/garden \
&& cli/node_modules/.bin/pkg --compress Brotli --target node18-alpine-x64 rollup/bundle.cjs --output /garden/garden \
&& /garden/garden version