mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 12:13:57 +00:00
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:
parent
aea2c64703
commit
e4d18bfc43
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user