Skip to content

Commit 6efa9aa

Browse files
committed
upgrade to 'node:18-bookworm-slim'
1 parent 99635ce commit 6efa9aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-bullseye-slim AS build
1+
FROM node:18-bookworm-slim AS build
22

33
LABEL maintainer="OpenZiti <openziti@netfoundry.io>"
44

@@ -25,7 +25,7 @@ COPY --chown=node:node zha-docker-entrypoint .
2525
COPY --chown=node:node lib ./lib/
2626
COPY --chown=node:node assets ./assets/
2727

28-
FROM node:16-bullseye-slim
28+
FROM node:18-bookworm-slim
2929

3030
RUN apt-get update && apt-get install curl -y
3131

0 commit comments

Comments
 (0)