https://github.com/angular/angular
Revision f671dd58155db6ea46ed26e502713c5cc30822fb authored by George Kalpakas on 18 March 2022, 19:47:16 UTC, committed by Dylan Hunn on 24 March 2022, 17:53:58 UTC
Update the `Dockerfile` used to create the preview server to use the
latest stable version of Debian (`bullseye`) and also update package
versions to latest versions.

Also, unpin the versions of installed packages (except for Node.js
related ones) as pinning proved problematic due to many packages
removing old versions from the official repositories.

NOTE:
This change will allow the preview server to be updated on the VM and
take advantage of recent fixes, such as #45349. Currently, the update
fails with the error:
```
E: Version '7.64.0-4+deb10u1' for 'curl' was not found
The command '/bin/sh -c apt-get update -y && apt-get install -y curl=7.64.0-4+deb10u1' returned a non-zero code: 100
```

PR Close #45390
1 parent f19b36f
Raw File
Tip revision: f671dd58155db6ea46ed26e502713c5cc30822fb authored by George Kalpakas on 18 March 2022, 19:47:16 UTC
fix(docs-infra): update (and unpin) dependency versions for preview server (#45390)
Tip revision: f671dd5
.nvmrc
16.10.0
back to top