feat: Node.js 18.17.1

This commit is contained in:
Node.js GitHub Bot 2023-08-10 11:18:53 +00:00 committed by GitHub
parent 48c24ba9da
commit 8c40f63ed6
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.17
ENV NODE_VERSION 18.17.0
ENV NODE_VERSION 18.17.1
RUN addgroup -g 1000 node \
&& adduser -u 1000 -G node -s /bin/sh -D node \
@ -12,7 +12,7 @@ RUN addgroup -g 1000 node \
&& case "${alpineArch##*-}" in \
x86_64) \
ARCH='x64' \
CHECKSUM="8797aaf41e34e7c145ebc33b3184e5757696dc7b2eb2d0f7ec5dc748efab2297" \
CHECKSUM="a67f0b51f0951382709abb5613ee577b5af648752ed363ae32411214041f4e73" \
;; \
*) ;; \
esac \

View File

@ -1,6 +1,6 @@
FROM alpine:3.18
ENV NODE_VERSION 18.17.0
ENV NODE_VERSION 18.17.1
RUN addgroup -g 1000 node \
&& adduser -u 1000 -G node -s /bin/sh -D node \
@ -12,7 +12,7 @@ RUN addgroup -g 1000 node \
&& case "${alpineArch##*-}" in \
x86_64) \
ARCH='x64' \
CHECKSUM="8797aaf41e34e7c145ebc33b3184e5757696dc7b2eb2d0f7ec5dc748efab2297" \
CHECKSUM="a67f0b51f0951382709abb5613ee577b5af648752ed363ae32411214041f4e73" \
;; \
*) ;; \
esac \