Skip to content

Commit

Permalink
Merge pull request #1724 from thomasferrandiz/update-alpine-3.7.2
Browse files Browse the repository at this point in the history
update alpine to 3.17.2
  • Loading branch information
thomasferrandiz authored Feb 14, 2023
2 parents 9e56c2f + afece4b commit 8124fc7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion images/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.17.2

ENV FLANNEL_ARCH=amd64

Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.17
FROM arm32v6/alpine:3.17.2

ENV FLANNEL_ARCH=arm

Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.17
FROM arm64v8/alpine:3.17.2

ENV FLANNEL_ARCH=arm64

Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.mips64le
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mips64le/debian:stable-20221219
FROM mips64le/debian:stable-20230208

ENV FLANNEL_ARCH=mips64le

Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.ppc64le
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ppc64le/alpine:3.17
FROM ppc64le/alpine:3.17.2

ENV FLANNEL_ARCH=ppc64le

Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.s390x
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM s390x/alpine:3.17
FROM s390x/alpine:3.17.2

ENV FLANNEL_ARCH=s390x

Expand Down

0 comments on commit 8124fc7

Please sign in to comment.