File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM alpine:3.16
22
3- ENV NODE_VERSION 16.18.1
3+ ENV NODE_VERSION 16.19.0
44
55RUN addgroup -g 1000 node \
66 && adduser -u 1000 -G node -s /bin/sh -D node \
@@ -12,7 +12,7 @@ RUN addgroup -g 1000 node \
1212 && case "${alpineArch##*-}" in \
1313 x86_64) \
1414 ARCH='x64' \
15- CHECKSUM="ba6f8e66b23518ff4ff465814f781fd48b196a1cd77a9942ca5c7857715253a9 " \
15+ CHECKSUM="f5817883eb3009972a031d635ea71ed8377808a6e831ae1c72e063e888cdd318 " \
1616 ;; \
1717 *) ;; \
1818 esac \
Original file line number Diff line number Diff line change 11FROM alpine:3.17
22
3- ENV NODE_VERSION 16.18.1
3+ ENV NODE_VERSION 16.19.0
44
55RUN addgroup -g 1000 node \
66 && adduser -u 1000 -G node -s /bin/sh -D node \
@@ -12,7 +12,7 @@ RUN addgroup -g 1000 node \
1212 && case "${alpineArch##*-}" in \
1313 x86_64) \
1414 ARCH='x64' \
15- CHECKSUM="ba6f8e66b23518ff4ff465814f781fd48b196a1cd77a9942ca5c7857715253a9 " \
15+ CHECKSUM="f5817883eb3009972a031d635ea71ed8377808a6e831ae1c72e063e888cdd318 " \
1616 ;; \
1717 *) ;; \
1818 esac \
You can’t perform that action at this time.
0 commit comments