Skip to content

Commit 4d64379

Browse files
authored
Merge pull request #75 from laradock/base-image-jammy
Base image jammy
2 parents 24f754e + 0ebb22c commit 4d64379

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/dockerpublish_old_php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
uses: docker/build-push-action@v5
5353
with:
5454
file: Dockerfile-${{ matrix.php_version }}
55-
platforms: linux/amd64, linux/386, linux/arm64
55+
platforms: linux/amd64, linux/arm/v7, linux/arm64
5656
push: ${{ (github.event_name != 'pull_request') && (github.repository == 'laradock/workspace') && (github.ref == 'refs/heads/master') }}
5757
tags: ${{ steps.meta.outputs.tags }}

Dockerfile-5.6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#--------------------------------------------------------------------------
55
#
66

7-
FROM phusion/baseimage:focal-1.0.0
7+
FROM phusion/baseimage:jammy-1.0.4
88

99
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

Dockerfile-7.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#--------------------------------------------------------------------------
55
#
66

7-
FROM phusion/baseimage:focal-1.0.0
7+
FROM phusion/baseimage:jammy-1.0.4
88

99
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

Dockerfile-7.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#--------------------------------------------------------------------------
55
#
66

7-
FROM phusion/baseimage:focal-1.0.0
7+
FROM phusion/baseimage:jammy-1.0.4
88

99
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

Dockerfile-7.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#--------------------------------------------------------------------------
55
#
66

7-
FROM phusion/baseimage:focal-1.0.0
7+
FROM phusion/baseimage:jammy-1.0.4
88

99
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

Dockerfile-7.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#--------------------------------------------------------------------------
55
#
66

7-
FROM phusion/baseimage:focal-1.0.0
7+
FROM phusion/baseimage:jammy-1.0.4
88

99
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

Dockerfile-7.4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#--------------------------------------------------------------------------
55
#
66

7-
FROM phusion/baseimage:focal-1.0.0
7+
FROM phusion/baseimage:jammy-1.0.4
88

99
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

Dockerfile-8.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#--------------------------------------------------------------------------
55
#
66

7-
FROM phusion/baseimage:focal-1.0.0
7+
FROM phusion/baseimage:jammy-1.0.4
88

99
LABEL maintainer="Mahmoud Zalt <[email protected]>"
1010

0 commit comments

Comments
 (0)