We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0dcb4e commit dd5dcdbCopy full SHA for dd5dcdb
1 file changed
v14/Dockerfile
@@ -1,11 +1,10 @@
1
-FROM dockette/alpine:3.12
+FROM dockette/alpine:3.14
2
3
-RUN echo '@community http://nl.alpinelinux.org/alpine/v3.12/community' >> /etc/apk/repositories && \
4
- apk update && apk upgrade && \
+RUN apk update && apk upgrade && \
5
# DEPENDENCIES #############################################################
6
apk add --update git && \
7
# NODEJS ###################################################################
8
- apk add --update nodejs-current@community npm@community && \
+ apk add --update nodejs npm && \
9
# CLEAN UP #################################################################
10
rm -rf /var/cache/apk/*
11
0 commit comments