Skip to content

Commit ee768b8

Browse files
committed
Release ubuntu-20.04-2022.02.16
This Docker image does not contain any change in the Dockerfile. However, as it re-builds completely new versions of the same packages will be installed. We are forcing this because we've hit issues with the old `ca-certificates` version installed in our current production image. See readthedocs/readthedocs.org#8555 Note that we are currently executing `apt-get install ca-certificates` on each build to upgrade this package and workaround this problem. However, this adds extra time to _all builds_ and we want to avoid that. Also note that this will be still required for `readthedocs/build:latest` image, but we will hopefully use `readthedocs/build:ubuntu-20.04` as default image for the "Clonning" step sooner than later.
1 parent dda2cad commit ee768b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Read the Docs - Environment base
22
FROM ubuntu:20.04
33
LABEL mantainer="Read the Docs <[email protected]>"
4-
LABEL version="ubuntu-20.04-2021.09.23"
4+
LABEL version="ubuntu-20.04-2022.02.16"
55

66
ENV DEBIAN_FRONTEND noninteractive
77
ENV LANG C.UTF-8

0 commit comments

Comments
 (0)