UNCLASSIFIED

Commit 8b86bdc2 authored by Elvis Chi's avatar Elvis Chi 💬
Browse files

Merge branch 'renovate/alpine-3.x' into 'development'

Update alpine Docker tag to v3.14

See merge request !66
parents e1d83a1e 3762c8a8
Pipeline #320801 passed with stages
in 12 minutes and 37 seconds
......@@ -16,7 +16,7 @@ WORKDIR $DISTRIBUTION_DIR
COPY . $DISTRIBUTION_DIR
RUN CGO_ENABLED=0 make PREFIX=/go clean binaries && file ./bin/registry | grep "statically linked"
FROM alpine:3.13
FROM alpine:3.14
RUN set -ex \
&& apk add --no-cache ca-certificates apache2-utils
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment