Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit d6c7cbf

Browse files
committed
update to alpine 3.16
1 parent c9afee7 commit d6c7cbf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-alpine:3.12
1+
FROM ghcr.io/linuxserver/baseimage-alpine:3.16
22

33
# set version label
44
ARG BUILD_DATE
@@ -12,7 +12,7 @@ COPY ./root /
1212
RUN \
1313
echo "**** install build packages ****" && \
1414
apk add --no-cache --virtual=build-dependencies \
15-
nodejs-npm && \
15+
npm && \
1616
echo "**** install runtime packages ****" && \
1717
apk add --no-cache \
1818
nodejs && \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.12
1+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.16
22

33
# set version label
44
ARG BUILD_DATE
@@ -12,7 +12,7 @@ COPY ./root /
1212
RUN \
1313
echo "**** install build packages ****" && \
1414
apk add --no-cache --virtual=build-dependencies \
15-
nodejs-npm && \
15+
npm && \
1616
echo "**** install runtime packages ****" && \
1717
apk add --no-cache \
1818
nodejs && \

Dockerfile.armhf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.12
1+
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.16
22

33
# set version label
44
ARG BUILD_DATE
@@ -12,7 +12,7 @@ COPY ./root /
1212
RUN \
1313
echo "**** install build packages ****" && \
1414
apk add --no-cache --virtual=build-dependencies \
15-
nodejs-npm && \
15+
npm && \
1616
echo "**** install runtime packages ****" && \
1717
apk add --no-cache \
1818
nodejs && \

0 commit comments

Comments
 (0)