Skip to content

Commit 744033f

Browse files
committed
Bumps Alpine to 3.17.1 and npm to 9.1.2
1 parent 2a04ea6 commit 744033f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17.0
1+
FROM alpine:3.17.1
22

33
# Installs shell related tools
44
RUN apk --no-cache add sudo tini shadow bash \
@@ -7,7 +7,7 @@ RUN apk --no-cache add sudo tini shadow bash \
77
# Installs some basic tools
88
git curl socat openssh-client nano unzip brotli zstd xz \
99
# Installs node and npm
10-
npm=8.10.0-r0
10+
npm=9.1.2-r0
1111

1212
ARG USERNAME=coder
1313
ARG USER_UID=1000

0 commit comments

Comments
 (0)