Skip to content

Commit

Permalink
Merge pull request #20 from nicholaswilde/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
Update alpine Docker tag to v3.14.0
  • Loading branch information
nicholaswilde authored Jun 23, 2021
2 parents 43e65d7 + c017887 commit 61b46d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13.5 as base
FROM alpine:3.14.0 as base

FROM base as dl
ARG VERSION
Expand Down Expand Up @@ -39,9 +39,9 @@ ENV NODE_ENV=production
RUN \
echo "**** install packages ****" && \
apk add --no-cache \
nodejs=14.16.1-r1 \
nodejs=14.17.1-r0 \
tzdata=2021a-r0 \
npm=14.16.1-r1 && \
npm=7.17.0-r0 && \
adduser -S etherpad --uid 5001 && \
mkdir /opt/etherpad-lite && \
echo "**** cleanup ****" && \
Expand Down
2 changes: 1 addition & 1 deletion LS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
9

0 comments on commit 61b46d0

Please sign in to comment.