Skip to content

Commit

Permalink
feat: update debian image to jessie
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Feb 9, 2018
1 parent a1641b7 commit 1610924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:wheezy-slim
FROM debian:jessie-slim
LABEL maintainer="zodern"
RUN apt-get update && \
apt-get install -y curl python make g++ bzip2 libfontconfig1 libfreetype6 ca-certificates --no-install-recommends && \
Expand Down

0 comments on commit 1610924

Please sign in to comment.