diff --git a/containers/init/build/node/Dockerfile b/containers/init/build/node/Dockerfile index df4c948d..fca2108c 100644 --- a/containers/init/build/node/Dockerfile +++ b/containers/init/build/node/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM node:10-buster +FROM node:18-bookworm RUN mkdir -p /src/workspace WORKDIR /src/workspace diff --git a/containers/runtime/node/Dockerfile b/containers/runtime/node/Dockerfile index 3e5320ab..e52d636e 100644 --- a/containers/runtime/node/Dockerfile +++ b/containers/runtime/node/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM node:10-buster +FROM node:18-bookworm RUN mkdir -p /src/workspace WORKDIR /src/workspace