File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,15 +98,15 @@ FROM docker.io/gristlabs/gvisor-unprivileged:buster AS sandbox
98
98
# ###############################################################################
99
99
100
100
# Now, start preparing final image.
101
- FROM node:22.14.0-alpine3.21
101
+ FROM alpine:3.21.3
102
102
103
103
# Install curl for docker healthchecks, libexpat1 and (libsqlite3-0 maybe we need to put it back) for python3
104
104
# library binary dependencies, and procps for managing gvisor processes.
105
105
# Bash to run image entrypoint
106
106
# setpriv is used in docker_entrypoint.sh
107
107
# dirty symbolic link to follow docker_entrypoint.sh expectations
108
108
RUN \
109
- apk --no-cache add bash curl libexpat procps-ng setpriv tini && \
109
+ apk --no-cache add bash curl libexpat nodejs procps-ng setpriv tini && \
110
110
ln -s /sbin/tini /usr/bin/tini
111
111
112
112
# Keep all storage user may want to persist in a distinct directory
You can’t perform that action at this time.
0 commit comments