Skip to content

Commit a9bd756

Browse files
committed
Updates base image for Node to 12.16.3-buster-slim
1 parent bb32162 commit a9bd756

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
FROM node:10.20.1-buster-slim
1+
FROM node:12.16.3-buster-slim
22

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
73
# Installs git, unoconv and chinese fonts
84
RUN apt-get update && apt-get -y install \
95
git \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Docker base image with node and unoconv.
44

55
## Versions
66

7-
Node 10.20.1
7+
Node 12.16.3
88

99
Unconv 0.7-1.1
1010

0 commit comments

Comments
 (0)