mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-09-05 15:11:29 +00:00
Switch to alpine:3.8
This commit is contained in:
@@ -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
|
go build -o /opt/docker-registry-ui github.com/quiq/docker-registry-ui
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.7
|
FROM alpine:3.8
|
||||||
|
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
RUN apk add --no-cache ca-certificates && \
|
RUN apk add --no-cache ca-certificates && \
|
||||||
|
Reference in New Issue
Block a user