瀏覽代碼

Merge pull request #2851 from yep/alpine-3-4

containers/docker: update to alpine 3.4
Péter Szilágyi 9 年之前
父節點
當前提交
fb81bc3291
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      containers/docker/develop-alpine/Dockerfile
  2. 1 1
      containers/docker/master-alpine/Dockerfile

+ 1 - 1
containers/docker/develop-alpine/Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.3
+FROM alpine:3.4
 
 RUN \
   apk add --update go git make gcc musl-dev         && \

+ 1 - 1
containers/docker/master-alpine/Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.3
+FROM alpine:3.4
 
 RUN \
   apk add --update go git make gcc musl-dev         && \