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 2a04ea6 commit 744033fCopy full SHA for 744033f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.17.0
+FROM alpine:3.17.1
2
3
# Installs shell related tools
4
RUN apk --no-cache add sudo tini shadow bash \
@@ -7,7 +7,7 @@ RUN apk --no-cache add sudo tini shadow bash \
7
# Installs some basic tools
8
git curl socat openssh-client nano unzip brotli zstd xz \
9
# Installs node and npm
10
- npm=8.10.0-r0
+ npm=9.1.2-r0
11
12
ARG USERNAME=coder
13
ARG USER_UID=1000
0 commit comments