From ff2bbc5808f1050f1fc4cb247bfdd0f1d48c5eb9 Mon Sep 17 00:00:00 2001 From: Kazuki Matsuda Date: Mon, 22 Aug 2016 00:50:34 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52bff65..023ae0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:jessie ENV TZ=Asia/Tokyo \ - VERSION=3.6.10.1 + VERSION=3.6.11 RUN apt-get update && \ apt-get install -y --no-install-recommends wget gcc python python-dev && \