Forráskód Böngészése

Merge pull request #1447 from manuelbuil/newAlpineVersion

Upgrade Alpine version
Luther Monson 3 éve
szülő
commit
bdafb84163
5 módosított fájl, 5 hozzáadás és 5 törlés
  1. 1 1
      Dockerfile.amd64
  2. 1 1
      Dockerfile.arm
  3. 1 1
      Dockerfile.arm64
  4. 1 1
      Dockerfile.ppc64le
  5. 1 1
      Dockerfile.s390x

+ 1 - 1
Dockerfile.amd64

@@ -1,4 +1,4 @@
-FROM alpine:3.12
+FROM alpine:3.13
 
 LABEL maintainer="Tom Denham <tom@tigera.io>"
 

+ 1 - 1
Dockerfile.arm

@@ -1,4 +1,4 @@
-FROM arm32v6/alpine:3.12
+FROM arm32v6/alpine:3.13
 
 LABEL maintainer="Tom Denham <tom@tigera.io>"
 

+ 1 - 1
Dockerfile.arm64

@@ -1,4 +1,4 @@
-FROM arm64v8/alpine:3.12
+FROM arm64v8/alpine:3.13
 
 LABEL maintainer="Tom Denham <tom@tigera.io>"
 

+ 1 - 1
Dockerfile.ppc64le

@@ -1,4 +1,4 @@
-FROM ppc64le/alpine:3.12
+FROM ppc64le/alpine:3.13
 
 LABEL maintainer="Tom Denham <tom@tigera.io>"
 

+ 1 - 1
Dockerfile.s390x

@@ -1,4 +1,4 @@
-FROM s390x/alpine:3.12
+FROM s390x/alpine:3.13
 
 LABEL maintainer="Tom Denham <tom@tigera.io>"