File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Keep in sync with Dockerfile.autoindex
2
- FROM node:18 -alpine3.15 @sha256:0677e437543d10f6cb050d92c792a14e5eb84340e3d5b4c25a88baa723d8a4ae
2
+ FROM node:20.8.1 -alpine3.18 @sha256:1ccb0c0ded3b21cee95fe6b6ce1ac23bd6680c8f152cbfb3047d5d9ea490b098
3
3
4
4
ARG TAG
5
5
Original file line number Diff line number Diff line change 1
1
# Keep in sync with default Dockerfile
2
- FROM node:18 -alpine3.15 @sha256:0677e437543d10f6cb050d92c792a14e5eb84340e3d5b4c25a88baa723d8a4ae
2
+ FROM node:20.8.1 -alpine3.18 @sha256:1ccb0c0ded3b21cee95fe6b6ce1ac23bd6680c8f152cbfb3047d5d9ea490b098
3
3
4
4
ENV NODE_OPTIONS=--max-old-space-size=4096
5
5
6
- RUN apk add --no-cache git bash curl ca-certificates python3 make libstdc++ libgcc gcc g++ pkgconfig python2 automake autoconf curl
6
+ RUN apk add --no-cache git bash curl ca-certificates python3 make libstdc++ libgcc gcc g++ pkgconfig automake autoconf curl
7
7
8
8
# The following line is kept for legacy reasons. We previously invoke the
9
9
# `scip-typescript-autoindex` script during auto-indexing in order to handle
You can’t perform that action at this time.
0 commit comments