mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
docker: base our image on 10-buster-slim instead of buster-slim
A Docker base image without version is a bit of a moving target. Buster-slim,
for example, is currently based on nodejs 12.
For now, let's base our official Docker image on nodejs 10 (an LTS, non at End
of Life, which we explicitly mention in the documentation).
Amends a9a3bf9bd2
and the corresponding PR #3646.
This commit is contained in:
parent
2e2aa05e52
commit
bf7c7241fc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Version 0.1
|
||||
|
||||
FROM node:buster-slim
|
||||
FROM node:10-buster-slim
|
||||
LABEL maintainer="Etherpad team, https://github.com/ether/etherpad-lite"
|
||||
|
||||
# git hash of the version to be built.
|
||||
|
|
Loading…
Reference in a new issue