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
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
RUN apk --no-cache add ca-certificates go git musl-dev

View File

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