Skip to content

Commit

Permalink
Merge branch 'main' into 915
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwylie19 authored Jul 17, 2024
2 parents 565b792 + 35c36ae commit a5272df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Any other changes to Dockerfile should be reflected in Publish

# crane digest cgr.dev/chainguard/node-lts:latest-dev
FROM cgr.dev/chainguard/node-lts@sha256:ea8ec8f98456b42cd65e965cf194cf45ed140e5ce236cd73539cf717fb2d1379 AS build
FROM cgr.dev/chainguard/node-lts@sha256:490bcd9975449766b16b8e0dad5519935972d7a3a59ebcf0a46d48f5654ffe0e AS build

WORKDIR /app

Expand Down Expand Up @@ -38,7 +38,7 @@ RUN npm run build && \
##### DELIVER #####

# crane digest cgr.dev/chainguard/node-lts:latest
FROM cgr.dev/chainguard/node-lts@sha256:ea8ec8f98456b42cd65e965cf194cf45ed140e5ce236cd73539cf717fb2d1379
FROM cgr.dev/chainguard/node-lts@sha256:490bcd9975449766b16b8e0dad5519935972d7a3a59ebcf0a46d48f5654ffe0e

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Any other changes to Dockerfile should be reflected in Publish

# crane digest cgr.dev/chainguard/node-lts:latest-dev
FROM cgr.dev/chainguard/node-lts@sha256:ea8ec8f98456b42cd65e965cf194cf45ed140e5ce236cd73539cf717fb2d1379 AS build
FROM cgr.dev/chainguard/node-lts@sha256:490bcd9975449766b16b8e0dad5519935972d7a3a59ebcf0a46d48f5654ffe0e AS build

WORKDIR /app

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a5272df

Please sign in to comment.