Skip to content

Commit 920f3de

Browse files
bumped to alpine base image 3.15 (zalando#2027)
* Bumped Alpine to 3.15 Co-authored-by: Philip Haberkern <Philip.haberkern>
1 parent 640581f commit 920f3de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/DebugDockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.opensource.zalan.do/library/alpine-3.12:latest
1+
FROM registry.opensource.zalan.do/library/alpine-3.15:latest
22
LABEL maintainer="Team ACID @ Zalando <[email protected]>"
33

44
# We need root certificates to deal with teams api over https

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.opensource.zalan.do/library/alpine-3.12:latest
1+
FROM registry.opensource.zalan.do/library/alpine-3.15:latest
22
LABEL maintainer="Team ACID @ Zalando <[email protected]>"
33

44
# We need root certificates to deal with teams api over https

ui/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.opensource.zalan.do/library/alpine-3.12:latest
1+
FROM registry.opensource.zalan.do/library/alpine-3.15:latest
22
LABEL maintainer="Team ACID @ Zalando <[email protected]>"
33

44
EXPOSE 8081

0 commit comments

Comments
 (0)