Skip to content

Commit 0ba4e50

Browse files
committed
Upgrade to the latest node version
1 parent 32c0f92 commit 0ba4e50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Keep in sync with Dockerfile.autoindex
2-
FROM node:17.7.1-alpine3.14@sha256:cbb62fa2f740959b173b180e4806a5e479fbbd7a20072c3d6b4283bf2b9951d1
2+
FROM node:18-alpine3.15
33

44
ARG TAG
55

Dockerfile.autoindex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Keep in sync with default Dockerfile
2-
FROM node:17.7.1-alpine3.14@sha256:cbb62fa2f740959b173b180e4806a5e479fbbd7a20072c3d6b4283bf2b9951d1
2+
FROM node:18-alpine3.15
33

44
ENV NODE_OPTIONS=--max-old-space-size=4096
55

0 commit comments

Comments
 (0)