Skip to content

Commit 8f1d226

Browse files
authored
Merge pull request #110 from laminas/renovate/ubuntu-22.x
Update ubuntu Docker tag to v22
2 parents d087686 + 3a5fd82 commit 8f1d226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
2+
FROM ubuntu:22.04 AS base-distro
33
FROM composer:2.4.3 AS composer
44

55

@@ -60,7 +60,7 @@ RUN apt update \
6060
software-properties-common \
6161
&& (curl -sSL https://packages.microsoft.com/keys/microsoft.asc | apt-key add -) \
6262
&& add-apt-repository -y ppa:ondrej/php \
63-
&& add-apt-repository -y https://packages.microsoft.com/ubuntu/20.04/prod \
63+
&& add-apt-repository -y https://packages.microsoft.com/ubuntu/22.04/prod \
6464
&& apt install -y --no-install-recommends \
6565
# Base dependencies
6666
git \

0 commit comments

Comments
 (0)