Skip to content

Commit ed8633c

Browse files
committed
Fix v17
1 parent 83f02b4 commit ed8633c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

v17/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
FROM dockette/alpine:3.16
1+
FROM dockette/alpine:3.15
22

3-
RUN apk update && apk upgrade && \
3+
RUN echo '@community http://nl.alpinelinux.org/alpine/v3.15/community' >> /etc/apk/repositories && \
4+
apk update && apk upgrade && \
45
# DEPENDENCIES #############################################################
56
apk add --update git && \
67
# NODEJS ###################################################################
7-
apk add --update nodejs npm && \
8+
apk add --update nodejs-current@community npm@community && \
89
# CLEAN UP #################################################################
910
rm -rf /var/cache/apk/*
1011

0 commit comments

Comments
 (0)