updating ui dockerfile too
This commit is contained in:
parent
f3c4818194
commit
885533e535
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue