-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#syntax=docker/dockerfile-upstream:1 | ||
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.*.blueprint) | ||
FROM ubuntu:20.04 | ||
FROM ubuntu:22.04 | ||
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>" | ||
SHELL ["/bin/bash", "-o", "pipefail", "-c"] | ||
|
||
|
@@ -33,7 +33,7 @@ ENV PHP_VERSION=${PHP_VERSION} | |
# Install php an other packages | ||
RUN apt-get update \ | ||
&& apt-get install -y --no-install-recommends gnupg \ | ||
&& echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu focal main" > /etc/apt/sources.list.d/ondrej-php.list \ | ||
&& echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu jammy main" > /etc/apt/sources.list.d/ondrej-php.list \ | ||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C \ | ||
&& apt-get update \ | ||
&& apt-get upgrade -y \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#syntax=docker/dockerfile-upstream:1 | ||
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.*.blueprint) | ||
FROM ubuntu:20.04 | ||
FROM ubuntu:22.04 | ||
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>" | ||
SHELL ["/bin/bash", "-o", "pipefail", "-c"] | ||
|
||
|
@@ -33,7 +33,7 @@ ENV PHP_VERSION=${PHP_VERSION} | |
# Install php an other packages | ||
RUN apt-get update \ | ||
&& apt-get install -y --no-install-recommends gnupg \ | ||
&& echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu focal main" > /etc/apt/sources.list.d/ondrej-php.list \ | ||
&& echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu jammy main" > /etc/apt/sources.list.d/ondrej-php.list \ | ||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C \ | ||
&& apt-get update \ | ||
&& apt-get upgrade -y \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#syntax=docker/dockerfile-upstream:1 | ||
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.*.blueprint) | ||
FROM ubuntu:20.04 | ||
FROM ubuntu:22.04 | ||
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>" | ||
SHELL ["/bin/bash", "-o", "pipefail", "-c"] | ||
|
||
|
@@ -33,7 +33,7 @@ ENV PHP_VERSION=${PHP_VERSION} | |
# Install php an other packages | ||
RUN apt-get update \ | ||
&& apt-get install -y --no-install-recommends gnupg \ | ||
&& echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu focal main" > /etc/apt/sources.list.d/ondrej-php.list \ | ||
&& echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu jammy main" > /etc/apt/sources.list.d/ondrej-php.list \ | ||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C \ | ||
&& apt-get update \ | ||
&& apt-get upgrade -y \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#syntax=docker/dockerfile-upstream:1 | ||
FROM ubuntu:20.04 | ||
FROM ubuntu:22.04 | ||
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>" | ||
SHELL ["/bin/bash", "-o", "pipefail", "-c"] | ||
|
||
|
@@ -32,7 +32,7 @@ ENV PHP_VERSION=${PHP_VERSION} | |
# Install php an other packages | ||
RUN apt-get update \ | ||
&& apt-get install -y --no-install-recommends gnupg \ | ||
&& echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu focal main" > /etc/apt/sources.list.d/ondrej-php.list \ | ||
&& echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu jammy main" > /etc/apt/sources.list.d/ondrej-php.list \ | ||
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C \ | ||
&& apt-get update \ | ||
&& apt-get upgrade -y \ | ||
|