Skip to content

Commit a6d0bb9

Browse files
committed
upgrades to latest alpine
fixes whitespace
1 parent da792f3 commit a6d0bb9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
FROM node:12.18.3-alpine
1+
FROM node:lts-alpine3.12
22
# ref: https://hub.docker.com/_/node?tab=tags&name=12
33

44
LABEL maintainer="Jupyter Project <[email protected]>"
55

66
# Useful tools for debugging
77
RUN apk add --no-cache jq curl
8-
RUN apk update
9-
RUN apk add --upgrade libgcc
10-
RUN apk add --upgrade libstdc++
118

129
# Copy relevant (see .dockerignore)
1310
RUN mkdir -p /srv/configurable-http-proxy

0 commit comments

Comments
 (0)