We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99635ce commit 6efa9aaCopy full SHA for 6efa9aa
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:16-bullseye-slim AS build
+FROM node:18-bookworm-slim AS build
2
3
LABEL maintainer="OpenZiti <openziti@netfoundry.io>"
4
@@ -25,7 +25,7 @@ COPY --chown=node:node zha-docker-entrypoint .
25
COPY --chown=node:node lib ./lib/
26
COPY --chown=node:node assets ./assets/
27
28
-FROM node:16-bullseye-slim
+FROM node:18-bookworm-slim
29
30
RUN apt-get update && apt-get install curl -y
31
0 commit comments