File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ .tox
2
+ env3 *
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && \
9
9
apt-get install -y dirmngr gnupg && \
10
10
apt-key add --no-tty /tmp/561F9B9CAC40B2F7.asc && \
11
11
apt-get install -y apt-transport-https ca-certificates && \
12
- sh -c 'echo deb https://oss-binaries.phusionpassenger.com/apt/passenger buster main > /etc/apt/sources.list.d/passenger.list'
12
+ sh -c 'echo deb https://oss-binaries.phusionpassenger.com/apt/passenger bullseye main > /etc/apt/sources.list.d/passenger.list'
13
13
14
14
RUN apt-get update && \
15
15
apt-get install -y --no-install-recommends passenger python3-setuptools build-essential python3-dev python3-pip python3-wheel git && \
@@ -21,9 +21,9 @@ RUN mv /tmp/docker-archive-keyring.gpg /usr/share/keyrings/docker-archive-keyrin
21
21
RUN mkdir -p /etc/apt/sources.list.d && \
22
22
echo \
23
23
"deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian \
24
- buster stable" > /etc/apt/sources.list.d/docker.list && \
24
+ bullseye stable" > /etc/apt/sources.list.d/docker.list && \
25
25
apt-get update && \
26
- apt-get -yq --no-install-recommends install docker-ce=5:20.10.7~3-0~debian-buster docker-ce-cli containerd.io && \
26
+ apt-get -yq --no-install-recommends install docker-ce docker-ce-cli containerd.io && \
27
27
apt-get clean
28
28
29
29
ARG arvversion
You can’t perform that action at this time.
0 commit comments