We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d087686 + 3a5fd82 commit 8f1d226Copy full SHA for 8f1d226
Dockerfile
@@ -1,5 +1,5 @@
1
# Aliasing base images, so we can change just this, when needing to upgrade or pull base layers
2
-FROM ubuntu:20.04 AS base-distro
+FROM ubuntu:22.04 AS base-distro
3
FROM composer:2.4.3 AS composer
4
5
@@ -60,7 +60,7 @@ RUN apt update \
60
software-properties-common \
61
&& (curl -sSL https://packages.microsoft.com/keys/microsoft.asc | apt-key add -) \
62
&& add-apt-repository -y ppa:ondrej/php \
63
- && add-apt-repository -y https://packages.microsoft.com/ubuntu/20.04/prod \
+ && add-apt-repository -y https://packages.microsoft.com/ubuntu/22.04/prod \
64
&& apt install -y --no-install-recommends \
65
# Base dependencies
66
git \
0 commit comments