Skip to content

Commit

Permalink
Nodejs 20.14 to more runtime images
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jun 22, 2024
1 parent fd0deed commit 98827f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:370f5779aa7dbe05b46741f2b1e5ff4bc760734b74c7df1c93eaf790d8bd51d4
FROM --platform=$TARGETPLATFORM gcr.io/distroless/nodejs20-debian12:nonroot@sha256:8fb7503c80e771e2dbdedc35c29c9bec90c0bdda4430f7549e0e10897064bb02

WORKDIR /app
CMD [ "./main.js" ]
2 changes: 1 addition & 1 deletion node-watchexec/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# syntax=docker/dockerfile:1.4

FROM --platform=$TARGETPLATFORM ghcr.io/turbokube/nodejs-watch:0d4a599ce05cb323db29ee2ee0e0fafa6d30b132@sha256:88b94fb1f71af1b6d1704d37cb04c7f522ea032bc9331cf4b0eb1f65842b7ee7
FROM --platform=$TARGETPLATFORM ghcr.io/turbokube/nodejs-watch:3aae8576dc59310eae311dcfa00b880b66f8661a@sha256:dad36373d539d1060eeae0fba8ed682e6503ec88eeac01b339661dbb1400aa19

0 comments on commit 98827f7

Please sign in to comment.