updating ui dockerfile too

This commit is contained in:
Felix Kunde 2021-01-06 18:34:18 +01:00
parent f3c4818194
commit 885533e535
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
FROM ubuntu:20.04 FROM ubuntu:20.04
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
RUN apk --no-cache add ca-certificates go git musl-dev RUN apk --no-cache add ca-certificates go git musl-dev

View File

@ -1,5 +1,5 @@
FROM alpine:3.6 FROM ubuntu:20.04
MAINTAINER team-acid@zalando.de LABEL maintainer="Team ACID @ Zalando <team-acid@zalando.de>"
EXPOSE 8081 EXPOSE 8081