Skip to content

Commit

Permalink
[change] Change base to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcHagen committed Mar 31, 2023
1 parent f0a3642 commit 9c6ec48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/debian-base.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# DON'T UPDATE TO node:14-bullseye-slim, see #372.
# If the image changed, the second stage image should be changed too
FROM node:16-buster-slim
FROM node:18-bullseye-slim
ARG TARGETPLATFORM

WORKDIR /app
Expand All @@ -15,6 +13,8 @@ RUN apt update && \
rm -rf /var/lib/apt/lists/* && \
apt --yes autoremove

RUN npm install -g npm

# Install cloudflared
# dpkg --add-architecture arm: cloudflared do not provide armhf, this is workaround. Read more: https://github.com/cloudflare/cloudflared/issues/583
COPY extra/download-cloudflared.js ./extra/download-cloudflared.js
Expand Down

0 comments on commit 9c6ec48

Please sign in to comment.