-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docker.io/php Docker tag to v8.3
- Loading branch information
1 parent
02e8715
commit 337cb0e
Showing
9 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,4 +1,4 @@ | ||
FROM docker.io/php:8.0-apache | ||
FROM docker.io/php:8.3-apache | ||
LABEL maintainer="[email protected]" | ||
|
||
# Install OS dependencies | ||
|
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,4 +1,4 @@ | ||
FROM docker.io/php:8.0-fpm-alpine | ||
FROM docker.io/php:8.3-fpm-alpine | ||
LABEL maintainer="[email protected]" | ||
|
||
# Install OS dependencies | ||
|
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,4 +1,4 @@ | ||
FROM docker.io/php:8.0-fpm | ||
FROM docker.io/php:8.3-fpm | ||
LABEL maintainer="[email protected]" | ||
|
||
# Install OS dependencies | ||
|
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,4 +1,4 @@ | ||
FROM docker.io/php:8.0-apache | ||
FROM docker.io/php:8.3-apache | ||
LABEL maintainer="[email protected]" | ||
|
||
# Install OS dependencies | ||
|
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,4 +1,4 @@ | ||
FROM docker.io/php:8.0-fpm-alpine | ||
FROM docker.io/php:8.3-fpm-alpine | ||
LABEL maintainer="[email protected]" | ||
|
||
# Install OS dependencies | ||
|
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,4 +1,4 @@ | ||
FROM docker.io/php:8.0-fpm | ||
FROM docker.io/php:8.3-fpm | ||
LABEL maintainer="[email protected]" | ||
|
||
# Install OS dependencies | ||
|
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,4 +1,4 @@ | ||
FROM docker.io/php:8.1-apache | ||
FROM docker.io/php:8.3-apache | ||
LABEL maintainer="[email protected]" | ||
|
||
# Install OS dependencies | ||
|
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,4 +1,4 @@ | ||
FROM docker.io/php:8.1-fpm-alpine | ||
FROM docker.io/php:8.3-fpm-alpine | ||
LABEL maintainer="[email protected]" | ||
|
||
# Install OS dependencies | ||
|
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,4 +1,4 @@ | ||
FROM docker.io/php:8.1-fpm | ||
FROM docker.io/php:8.3-fpm | ||
LABEL maintainer="[email protected]" | ||
|
||
# Install OS dependencies | ||
|