Skip to content

Commit dd5dcdb

Browse files
committed
Upgrade v14
1 parent f0dcb4e commit dd5dcdb

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

v14/Dockerfile

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

3-
RUN echo '@community http://nl.alpinelinux.org/alpine/v3.12/community' >> /etc/apk/repositories && \
4-
apk update && apk upgrade && \
3+
RUN apk update && apk upgrade && \
54
# DEPENDENCIES #############################################################
65
apk add --update git && \
76
# NODEJS ###################################################################
8-
apk add --update nodejs-current@community npm@community && \
7+
apk add --update nodejs npm && \
98
# CLEAN UP #################################################################
109
rm -rf /var/cache/apk/*
1110

0 commit comments

Comments
 (0)