Skip to content

Commit

Permalink
update alpine to 3.17.2
Browse files Browse the repository at this point in the history
and mips64le to debian:stable-20230208
  • Loading branch information
thomasferrandiz committed Feb 14, 2023
1 parent 9e56c2f commit afece4b
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 afece4b

Please sign in to comment.