Skip to content

Commit

Permalink
Merge pull request #25 from murdos/update-alpine
Browse files Browse the repository at this point in the history
Update to alpine 3.12
  • Loading branch information
pascalgrimaud authored Sep 27, 2020
2 parents 96cdb24 + 50852cd commit 1f13285
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,7 +1,7 @@
FROM alpine:3.5
FROM alpine:3.12
MAINTAINER Pierre Besson https://github.com/PierreBesson

RUN apk --update add nodejs git openssh curl bash inotify-tools jq && \
RUN apk --update add nodejs npm git openssh curl bash inotify-tools jq && \
rm -rf /var/cache/apk/* && \
npm install -g [email protected] && \
npm install -g [email protected] && \
Expand Down

0 comments on commit 1f13285

Please sign in to comment.