Skip to content

Commit

Permalink
chore(deps): update node.js to e2852e6 (#437)
Browse files Browse the repository at this point in the history
Signed-off-by: terotuomala

Signed-off-by: terotuomala
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 50c6028 commit 2793f75
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
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM chainguard/node@sha256:e41235bf9b8b1288fdeff548dc04cc390e87b48af32ef00b09065ac15a796fff as build
FROM chainguard/node@sha256:e2852e60448ce03d9021c638c56a1db239244ad3b4c5ffd7c828a2ce288aa226 as build

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

WORKDIR /app

Expand All @@ -10,7 +10,7 @@ RUN npm ci --production
COPY . .


FROM chainguard/node@sha256:e41235bf9b8b1288fdeff548dc04cc390e87b48af32ef00b09065ac15a796fff as release
FROM chainguard/node@sha256:e2852e60448ce03d9021c638c56a1db239244ad3b4c5ffd7c828a2ce288aa226 as release

Check warning on line 13 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

# Switch to non-root user uid=65532(node)
USER node
Expand Down

0 comments on commit 2793f75

Please sign in to comment.