mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
Compare commits
No commits in common. "3cc1ca6a0953b56fecd2eab270e7e64cc94e7ef1" and "456833200daf9e4ac9150c22e5ddbbc6e511ea7a" have entirely different histories.
3cc1ca6a09
...
456833200d
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.13
|
||||
FROM alpine:3.12
|
||||
|
||||
ENV UID=991 GID=991
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user