Update Docker image to 14-bullseye

Debian Buster is so old that dependencies are starting to no longer support it.
This commit is contained in:
ProjectInfinity 2023-11-09 01:14:16 +01:00
parent aea2c64703
commit e4d18bfc43

View File

@ -1,8 +1,9 @@
FROM node:14
FROM node:14-bullseye
RUN apt-get update && apt-get install -y \
iputils-ping \
iproute2 \
unixodbc \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /home/dbgate-docker