Skip to content

Commit

Permalink
chore(deps): update ubuntu:devel docker digest to 7d56bf0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2023
1 parent 742f637 commit fb1cdde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN --mount=type=bind,source=package.json,target=package.json \
--mount=type=bind,from=fetch-jq,source=/jq,target=/mounted-bin/jq \
curl -fsSL --compressed https://get.pnpm.io/install.sh | env PNPM_VERSION=$(cat package.json | /mounted-bin/jq -r .packageManager | grep -oE '[0-9]+\.[0-9]+\.[0-9]+') sh -

FROM ubuntu:devel@sha256:282510723f2be541c2facce0f7e918641bedd90936f8a76f6f38b7110e299d5c as fetch-deps
FROM ubuntu:devel@sha256:7d56bf03969ddece3f73c94f19859c7e5f9f05d3606f83cf49300f2094ae812b as fetch-deps
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
WORKDIR /package
Expand All @@ -29,7 +29,7 @@ RUN --mount=type=cache,target=/.pnpm-store \
--mount=type=bind,source=pnpm-lock.yaml,target=pnpm-lock.yaml \
pnpm install --frozen-lockfile --offline

FROM ubuntu:devel@sha256:282510723f2be541c2facce0f7e918641bedd90936f8a76f6f38b7110e299d5c as builder
FROM ubuntu:devel@sha256:7d56bf03969ddece3f73c94f19859c7e5f9f05d3606f83cf49300f2094ae812b as builder
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
WORKDIR /package
Expand Down

0 comments on commit fb1cdde

Please sign in to comment.