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:
parent
640581fb46
commit
920f3dee3e
|
|
@ -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>"
|
||||
|
||||
# We need root certificates to deal with teams api over https
|
||||
|
|
|
|||
|
|
@ -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>"
|
||||
|
||||
# We need root certificates to deal with teams api over https
|
||||
|
|
|
|||
|
|
@ -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>"
|
||||
|
||||
EXPOSE 8081
|
||||
|
|
|
|||
Loading…
Reference in New Issue