use ubuntu:20.04 base image everywhere

This commit is contained in:
Felix Kunde 2021-01-06 18:32:22 +01:00
parent 25f4acb9e1
commit f3c4818194
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM alpine FROM ubuntu:20.04
MAINTAINER Team ACID @ Zalando <team-acid@zalando.de> 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 alpine FROM ubuntu:20.04
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 ubuntu:18.04 FROM ubuntu:20.04
LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>" LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]