Skip to content

Commit dbcb1cd

Browse files
committed
ci: update container versions
Update all the container versions to force a rebuild so that they'll get tagged with latest (due to changes in the CI scripts).
1 parent 3b603d3 commit dbcb1cd

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

ci/docker/bionic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ARG BASE=ubuntu:bionic
2+
23
FROM ${BASE} AS apt
34
RUN apt-get update && \
45
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

ci/docker/centos7

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ARG BASE=centos:7
2+
23
FROM ${BASE} AS yum
34
RUN yum install -y \
45
which \

ci/docker/centos8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ARG BASE=centos:8
2+
23
FROM ${BASE} AS yum
34
RUN yum install -y \
45
which \

ci/docker/docurium

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ARG BASE=ubuntu:bionic
2+
23
FROM ${BASE}
34
RUN apt update && apt install -y cmake pkg-config ruby ruby-dev llvm libclang-dev libssl-dev python-pygments
45
RUN gem install docurium

ci/docker/focal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ARG BASE=ubuntu:focal
2+
23
FROM ${BASE} AS apt
34
RUN apt-get update && \
45
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

ci/docker/xenial

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ARG BASE=ubuntu:xenial
2+
23
FROM ${BASE} AS apt
34
RUN apt-get update && \
45
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)