Skip to content

Commit 1610924

Browse files
committed
feat: update debian image to jessie
1 parent a1641b7 commit 1610924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:wheezy-slim
1+
FROM debian:jessie-slim
22
LABEL maintainer="zodern"
33
RUN apt-get update && \
44
apt-get install -y curl python make g++ bzip2 libfontconfig1 libfreetype6 ca-certificates --no-install-recommends && \

0 commit comments

Comments
 (0)