File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM debian:wheezy
4
4
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
5
5
RUN groupadd -r mysql && useradd -r -g mysql mysql
6
6
7
- RUN apt-key adv --keyserver pool.sks-keyservers.net --recv-keys 199369E5404BD5FC7D2FE43BCBCB082A1BB943DB
7
+ RUN apt-key adv --keyserver ha. pool.sks-keyservers.net --recv-keys 199369E5404BD5FC7D2FE43BCBCB082A1BB943DB
8
8
9
9
ENV MARIADB_MAJOR 10.0
10
10
ENV MARIADB_VERSION 10.0.17+maria-1~wheezy
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM debian:wheezy
4
4
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
5
5
RUN groupadd -r mysql && useradd -r -g mysql mysql
6
6
7
- RUN apt-key adv --keyserver pool.sks-keyservers.net --recv-keys 199369E5404BD5FC7D2FE43BCBCB082A1BB943DB
7
+ RUN apt-key adv --keyserver ha. pool.sks-keyservers.net --recv-keys 199369E5404BD5FC7D2FE43BCBCB082A1BB943DB
8
8
9
9
ENV MARIADB_MAJOR 5.5
10
10
ENV MARIADB_VERSION 5.5.42+maria-1~wheezy
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM debian:wheezy
4
4
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
5
5
RUN groupadd -r mysql && useradd -r -g mysql mysql
6
6
7
- RUN apt-key adv --keyserver pool.sks-keyservers.net --recv-keys 199369E5404BD5FC7D2FE43BCBCB082A1BB943DB
7
+ RUN apt-key adv --keyserver ha. pool.sks-keyservers.net --recv-keys 199369E5404BD5FC7D2FE43BCBCB082A1BB943DB
8
8
9
9
ENV MARIADB_MAJOR %%MARIADB_MAJOR%%
10
10
ENV MARIADB_VERSION %%MARIADB_VERSION%%
You can’t perform that action at this time.
0 commit comments