Switch to alpine:3.8

This commit is contained in:
Roman Vynar 2018-08-14 15:36:54 +03:00
parent 734afe56b5
commit 80bdad8c91

View File

@ -18,7 +18,7 @@ RUN cd /opt/src/github.com/quiq/docker-registry-ui && \
go build -o /opt/docker-registry-ui github.com/quiq/docker-registry-ui
FROM alpine:3.7
FROM alpine:3.8
WORKDIR /opt
RUN apk add --no-cache ca-certificates && \