mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 12:29:16 +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
|
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 \
|
ENV BASE_URL=False IMAGE_PROXY=False \
|
||||||
UID=991 GID=991
|
UID=991 GID=991
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.13
|
FROM alpine:3.12
|
||||||
|
|
||||||
ARG VERSION=master
|
ARG VERSION=master
|
||||||
|
|
||||||
@ -12,8 +12,6 @@ RUN apk -U upgrade \
|
|||||||
libffi-dev \
|
libffi-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
protoc \
|
|
||||||
protobuf-dev \
|
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
git \
|
git \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
@ -21,7 +19,6 @@ RUN apk -U upgrade \
|
|||||||
su-exec \
|
su-exec \
|
||||||
python3 \
|
python3 \
|
||||||
py-pip \
|
py-pip \
|
||||||
protobuf \
|
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxslt \
|
libxslt \
|
||||||
openssl \
|
openssl \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user