mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-11 02:53:30 +00:00
Compare commits
2 Commits
e0e9a96154
...
7c429a2fc9
Author | SHA1 | Date | |
---|---|---|---|
7c429a2fc9 | |||
85cb1ed8bd |
@ -1,4 +1,4 @@
|
|||||||
FROM debian:buster-20210208-slim
|
FROM debian:buster-20210408-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=12.0.4
|
VERSION=13.0.0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM debian:buster-20210208-slim
|
FROM debian:buster-20210408-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-20210119
|
FROM ubuntu:focal-20210416
|
||||||
|
|
||||||
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-20210111-slim
|
FROM debian:buster-20210408-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