diff options
author | Yehuda Deutsch <yeh@uda.co.il> | 2023-07-28 13:10:26 -0400 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-08-17 15:18:21 +0200 |
commit | f7882ca3eb3ac17610fdf70c7acec48fd53bbf12 (patch) | |
tree | 2f1d5f71282ede081867c6922387cd10d7267128 /support/doc/docker.md | |
parent | a5bde7ad60fcbd0bcf5c9de01b624c3113493856 (diff) | |
download | PeerTube-f7882ca3eb3ac17610fdf70c7acec48fd53bbf12.tar.gz PeerTube-f7882ca3eb3ac17610fdf70c7acec48fd53bbf12.tar.zst PeerTube-f7882ca3eb3ac17610fdf70c7acec48fd53bbf12.zip |
Switch from debian bullseye to bookworm
Diffstat (limited to 'support/doc/docker.md')
-rw-r--r-- | support/doc/docker.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/docker.md b/support/doc/docker.md index 066451067..46eb9e56e 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md | |||
@@ -165,7 +165,7 @@ docker compose up -d | |||
165 | ```shell | 165 | ```shell |
166 | git clone https://github.com/chocobozzz/PeerTube /tmp/peertube | 166 | git clone https://github.com/chocobozzz/PeerTube /tmp/peertube |
167 | cd /tmp/peertube | 167 | cd /tmp/peertube |
168 | docker build . -f ./support/docker/production/Dockerfile.bullseye | 168 | docker build . -f ./support/docker/production/Dockerfile.bookworm |
169 | ``` | 169 | ``` |
170 | 170 | ||
171 | ### Development | 171 | ### Development |