mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-11 11:03:29 +00:00
Compare commits
No commits in common. "7c429a2fc9c0615323f9aa75ddf4bd81c57d1a00" and "e0e9a961545ccc7d1189a3789efd75370087cc50" have entirely different histories.
7c429a2fc9
...
e0e9a96154
@ -1,4 +1,4 @@
|
|||||||
FROM debian:buster-20210408-slim
|
FROM debian:buster-20210208-slim
|
||||||
ADD https://curl.haxx.se/ca/cacert.pem /etc/ssl/certs/cacert.pem
|
ADD https://curl.haxx.se/ca/cacert.pem /etc/ssl/certs/cacert.pem
|
||||||
ENV CURL_CA_BUNDLE=/etc/ssl/certs/cacert.pem
|
ENV CURL_CA_BUNDLE=/etc/ssl/certs/cacert.pem
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
VERSION=13.0.0
|
VERSION=12.0.4
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM debian:buster-20210408-slim
|
FROM debian:buster-20210208-slim
|
||||||
ENV APACHE_CONFDIR /etc/apache2
|
ENV APACHE_CONFDIR /etc/apache2
|
||||||
ENV APACHE_ENVVARS $APACHE_CONFDIR/envvars
|
ENV APACHE_ENVVARS $APACHE_CONFDIR/envvars
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:focal-20210416
|
FROM ubuntu:focal-20210119
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
COPY entrypoint.sh /docker-entrypoint.sh
|
COPY entrypoint.sh /docker-entrypoint.sh
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM debian:buster-20210408-slim
|
FROM debian:buster-20210111-slim
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
RUN apt update -qq && \
|
RUN apt update -qq && \
|
||||||
|
Loading…
Reference in New Issue
Block a user