bumped to alpine base image 3.15 (#2027)

* Bumped Alpine to 3.15

Co-authored-by: Philip Haberkern <Philip.haberkern>
This commit is contained in:
Philip Haberkern 2022-10-18 11:02:04 +02:00 committed by GitHub
parent 640581fb46
commit 920f3dee3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM registry.opensource.zalan.do/library/alpine-3.12:latest FROM registry.opensource.zalan.do/library/alpine-3.15:latest
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>" LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
# We need root certificates to deal with teams api over https # We need root certificates to deal with teams api over https

View File

@ -1,4 +1,4 @@
FROM registry.opensource.zalan.do/library/alpine-3.12:latest FROM registry.opensource.zalan.do/library/alpine-3.15:latest
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>" LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
# We need root certificates to deal with teams api over https # We need root certificates to deal with teams api over https

View File

@ -1,4 +1,4 @@
FROM registry.opensource.zalan.do/library/alpine-3.12:latest FROM registry.opensource.zalan.do/library/alpine-3.15:latest
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>" LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
EXPOSE 8081 EXPOSE 8081