Skip to content

Commit

Permalink
Update Node images
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Dec 10, 2021
1 parent fca6937 commit f52dddc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions node-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.14.2
FROM alpine:3.15

RUN \
apk --no-cache upgrade && \
apk add --no-cache nodejs-current=~16 npm=~7 python3=~3 g++=~10 make=~4 && \
apk add --no-cache nodejs=~16 npm=~8 python3=~3 g++=~10 make=~4 && \
install -m 0755 -o nobody -g nogroup -d /.npm

ENV \
Expand Down
4 changes: 2 additions & 2 deletions node-min/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.14.2
FROM alpine:3.15
RUN \
apk --no-cache upgrade && \
apk add --no-cache nodejs-current=~16
apk add --no-cache nodejs=~16

USER nobody:nogroup
4 changes: 2 additions & 2 deletions node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.14.2
FROM alpine:3.15

RUN \
apk --no-cache upgrade && \
apk add --no-cache nodejs-current=~16 npm=~7 && \
apk add --no-cache nodejs=~16 npm=~8 && \
install -m 0755 -o nobody -g nogroup -d /.npm

ENV \
Expand Down

0 comments on commit f52dddc

Please sign in to comment.