Compare commits

..

No commits in common. "3cc1ca6a0953b56fecd2eab270e7e64cc94e7ef1" and "456833200daf9e4ac9150c22e5ddbbc6e511ea7a" have entirely different histories.

3 changed files with 4 additions and 7 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.13
FROM alpine:3.12
ENV UID=991 GID=991

View File

@ -1,6 +1,6 @@
FROM alpine:3.13
FROM alpine:3.12
ARG VERSION=0.18.0
ARG VERSION=0.17.0
ENV BASE_URL=False IMAGE_PROXY=False \
UID=991 GID=991

View File

@ -1,4 +1,4 @@
FROM alpine:3.13
FROM alpine:3.12
ARG VERSION=master
@ -12,8 +12,6 @@ RUN apk -U upgrade \
libffi-dev \
libxslt-dev \
libxml2-dev \
protoc \
protobuf-dev \
openssl-dev \
git \
ca-certificates \
@ -21,7 +19,6 @@ RUN apk -U upgrade \
su-exec \
python3 \
py-pip \
protobuf \
libxml2 \
libxslt \
openssl \