ui Dockerfile seems to require a certain alpine base image

This commit is contained in:
Felix Kunde 2021-01-07 09:55:02 +01:00
parent 93f9ca6aff
commit 95ce49a30d
1 changed files with 1 additions and 1 deletions

View File

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