mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-09-01 13:17:21 +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
|
||||
|
||||
|
||||
FROM alpine:3.7
|
||||
FROM alpine:3.8
|
||||
|
||||
WORKDIR /opt
|
||||
RUN apk add --no-cache ca-certificates && \
|
||||
|
Reference in New Issue
Block a user