Skip to content

Commit d79e670

Browse files
committed
feat: Update base image to debian:stretch-slim
1 parent 7f1167f commit d79e670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:jessie-slim
1+
FROM debian:stretch-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)