We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb32162 commit a9bd756Copy full SHA for a9bd756
Dockerfile
@@ -1,9 +1,5 @@
1
-FROM node:10.20.1-buster-slim
+FROM node:12.16.3-buster-slim
2
3
-# Adds backports
4
-#RUN awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
5
-#RUN deb http://deb.debian.org/debian jessie-backports main
6
-#RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
7
# Installs git, unoconv and chinese fonts
8
RUN apt-get update && apt-get -y install \
9
git \
README.md
@@ -4,7 +4,7 @@ Docker base image with node and unoconv.
## Versions
-Node 10.20.1
+Node 12.16.3
Unconv 0.7-1.1
10
0 commit comments