Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico640 committed Jun 20, 2021
1 parent bea7c83 commit 00700d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.18.4-alpine3.12 AS base
FROM node:16.1.0-alpine3.13 AS base
ARG TARGETARCH
ARG TARGETVARIANT

Expand All @@ -17,7 +17,7 @@ ENV APK_ARCH=armhf
FROM base-${TARGETARCH}${TARGETVARIANT}

RUN set -x && apk add --no-cache curl tzdata logrotate shadow coreutils libstdc++ \
&& curl -SL "https://github.com/just-containers/s6-overlay/releases/download/v2.2.0.1/s6-overlay-${S6_OVERLAY_ARCH}.tar.gz" | tar xvz -C / \
&& curl -SL "https://github.com/just-containers/s6-overlay/releases/download/v2.2.0.3/s6-overlay-${S6_OVERLAY_ARCH}.tar.gz" | tar xvz -C / \
&& groupmod -g 911 users \
&& useradd -u 911 -U -d /config -s /bin/false abc \
&& usermod -G users abc \
Expand Down

0 comments on commit 00700d8

Please sign in to comment.