Skip to content

Commit

Permalink
Current ystack-runner and thus Nodejs 20.16.0->20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Aug 29, 2024
1 parent 9df0922 commit bcf0b2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builder-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM ghcr.io/yolean/ystack-runner:950ff972981a2684aebfebcf5ce2f8bf5f709b75@sha256:dee865db88d7fcf549d9bef96759897fcbd787af28bc9994eea6effdac0fb096 \
FROM --platform=$TARGETPLATFORM ghcr.io/yolean/ystack-runner:d48a6b7789aeae985f58674f32391e5ad14af6e1@sha256:af20e6380dbdb4d9f499920af3e9cd0cd6d0cbcdb6d0fe6dffffec233a09c959 \
as base

FROM base as nonroot
Expand Down
2 changes: 1 addition & 1 deletion node-distroless/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM gcr.io/distroless/nodejs20-debian12:nonroot@sha256:e681c52c13235593aa35896e0940ca3737c358af13611b762081f7af42e5462b
FROM --platform=$TARGETPLATFORM gcr.io/distroless/nodejs20-debian12:nonroot@sha256:30ac9dcbfad145b933d9c839bf028419013f1a4fb44305dc5fc3fc576b1fba71

WORKDIR /app
CMD [ "./main.js" ]
2 changes: 1 addition & 1 deletion node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM node:20.16.0-bookworm-slim@sha256:a22f79e64de59efd3533828aecc9817bfdc1cd37dde598aa27d6065e7b1f0abc
FROM --platform=$TARGETPLATFORM node:20.17.0-bookworm-slim@sha256:9fb20391a0320aed25636d8312f4332f9be734c5acef4c94722048c2bed5a87d

RUN runtimeDeps='procps git curl ca-certificates' \
&& set -ex \
Expand Down

0 comments on commit bcf0b2e

Please sign in to comment.