Skip to content

Commit 5a27a54

Browse files
Update Node.js v13 for Alpine to v13.8.0, cc #1209
v13 update for Alpine Linux was missing due to the delay of unofficial build for Alpine.
1 parent d143677 commit 5a27a54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

13/alpine3.10/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.10
22

3-
ENV NODE_VERSION 13.7.0
3+
ENV NODE_VERSION 13.8.0
44

55
RUN 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="4c153345a08d2eeb40dfbb62f1ef6ade7ec369630f9cf9f061bf9d52b10acafc" \
15+
CHECKSUM="3325ec0bff602d30222e0c6c6af81aefa04d7d20946bac65d55dbb09d7d7e1e0" \
1616
;; \
1717
*) ;; \
1818
esac \

13/alpine3.11/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.11
22

3-
ENV NODE_VERSION 13.7.0
3+
ENV NODE_VERSION 13.8.0
44

55
RUN 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="4c153345a08d2eeb40dfbb62f1ef6ade7ec369630f9cf9f061bf9d52b10acafc" \
15+
CHECKSUM="3325ec0bff602d30222e0c6c6af81aefa04d7d20946bac65d55dbb09d7d7e1e0" \
1616
;; \
1717
*) ;; \
1818
esac \

0 commit comments

Comments
 (0)