From 885533e535e34eb46bf2df559b66da828a9ce980 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Wed, 6 Jan 2021 18:34:18 +0100 Subject: [PATCH] updating ui dockerfile too --- docker/DebugDockerfile | 2 +- ui/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/DebugDockerfile b/docker/DebugDockerfile index c3f817bec..624e73129 100644 --- a/docker/DebugDockerfile +++ b/docker/DebugDockerfile @@ -1,5 +1,5 @@ FROM ubuntu:20.04 -MAINTAINER Team ACID @ Zalando +LABEL maintainer="Team ACID @ Zalando " # We need root certificates to deal with teams api over https RUN apk --no-cache add ca-certificates go git musl-dev diff --git a/ui/Dockerfile b/ui/Dockerfile index 5ea912dbc..3711019e3 100644 --- a/ui/Dockerfile +++ b/ui/Dockerfile @@ -1,5 +1,5 @@ -FROM alpine:3.6 -MAINTAINER team-acid@zalando.de +FROM ubuntu:20.04 +LABEL maintainer="Team ACID @ Zalando " EXPOSE 8081