소스 검색

Update Dockerfile to debian:stretch (stable)

Lucian I. Last 6 년 전
부모
커밋
5b55b5f159
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/Dockerfile

+ 1 - 1
test/Dockerfile

@@ -1,4 +1,4 @@
-FROM debian:jessie
+FROM debian:stretch
 
 RUN apt-get update -y && apt-get install -y apache2