فهرست منبع

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         && \