File tree Expand file tree Collapse file tree 13 files changed +17
-17
lines changed
Expand file tree Collapse file tree 13 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 11
2- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02 as builder
2+ FROM ghcr.io/trueforge-org/node:22.22.1 @sha256:f3730b32628892a22dfa85e96750e83ab5f3e85c6170915e19110c134ab649e8 as builder
33ARG TARGETARCH
44ARG VENDOR
55ARG VERSION
Original file line number Diff line number Diff line change 11# Base stage - install system dependencies
2- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02 AS base
2+ FROM ghcr.io/trueforge-org/node:22.22.1 @sha256:f3730b32628892a22dfa85e96750e83ab5f3e85c6170915e19110c134ab649e8 AS base
33
44USER root
55
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02
1+ FROM ghcr.io/trueforge-org/node:22.22.1 @sha256:f3730b32628892a22dfa85e96750e83ab5f3e85c6170915e19110c134ab649e8
22
33# set version label
44ARG VERSION
Original file line number Diff line number Diff line change 11# # Move to our an own container
2- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02
2+ FROM ghcr.io/trueforge-org/node:22.22.1 @sha256:f3730b32628892a22dfa85e96750e83ab5f3e85c6170915e19110c134ab649e8
33
44FROM ghcr.io/trueforge-org/ubuntu:24.04@sha256:8f6de6a5c28a657e36d1b7630580eaf27788aac5d0603d18d644a1ac1332f061
55
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02
1+ FROM ghcr.io/trueforge-org/node:22.22.1 @sha256:f3730b32628892a22dfa85e96750e83ab5f3e85c6170915e19110c134ab649e8
22
33# set version label
44ARG VERSION
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02
1+ FROM ghcr.io/trueforge-org/node:22.22.1 @sha256:f3730b32628892a22dfa85e96750e83ab5f3e85c6170915e19110c134ab649e8
22
33# set version label
44ARG VERSION
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02
1+ FROM ghcr.io/trueforge-org/node:22.22.1 @sha256:f3730b32628892a22dfa85e96750e83ab5f3e85c6170915e19110c134ab649e8
22
33# set version label
44ARG VERSION
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ ARG TARGETARCH=${TARGETARCH/amd64/x64}
1111
1212ENV HOME=/tmp/nodehome
1313
14- COPY --from=ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02 /usr/local/bin/node /usr/local/bin/
15- COPY --from=ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02 /usr/local/lib/node_modules/ /usr/local/lib/node_modules/
14+ COPY --from=ghcr.io/trueforge-org/node:22.22.1 @sha256:f3730b32628892a22dfa85e96750e83ab5f3e85c6170915e19110c134ab649e8 /usr/local/bin/node /usr/local/bin/
15+ COPY --from=ghcr.io/trueforge-org/node:22.22.1 @sha256:f3730b32628892a22dfa85e96750e83ab5f3e85c6170915e19110c134ab649e8 /usr/local/lib/node_modules/ /usr/local/lib/node_modules/
1616
17- COPY --from=ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02 /YARN_VERSION.txt /YARN_VERSION.txt
18- COPY --from=ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02 /opt/ /opthold/
17+ COPY --from=ghcr.io/trueforge-org/node:22.22.1 @sha256:f3730b32628892a22dfa85e96750e83ab5f3e85c6170915e19110c134ab649e8 /YARN_VERSION.txt /YARN_VERSION.txt
18+ COPY --from=ghcr.io/trueforge-org/node:22.22.1 @sha256:f3730b32628892a22dfa85e96750e83ab5f3e85c6170915e19110c134ab649e8 /opt/ /opthold/
1919
2020RUN YARN_VERSION=$(cat /YARN_VERSION.txt) && \
2121 ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm && \
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02
1+ FROM ghcr.io/trueforge-org/node:22.22.1 @sha256:f3730b32628892a22dfa85e96750e83ab5f3e85c6170915e19110c134ab649e8
22
33# set version label
44ARG VERSION
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/node:22.22.0 @sha256:57a4a36bdf735ecfef262feb3354be695eadba8d4bd73138444dadfcce23da02
1+ FROM ghcr.io/trueforge-org/node:22.22.1 @sha256:f3730b32628892a22dfa85e96750e83ab5f3e85c6170915e19110c134ab649e8
22
33# set version label
44ARG VERSION
You can’t perform that action at this time.
0 commit comments