Skip to content

Commit 5bc74fa

Browse files
authored
Initialising the php 8.1 branch. Using current PHP 8.1.10 (#1)
1 parent f8e51df commit 5bc74fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
push: true
3535
tags: |
36-
ghcr.io/${{ github.repository_owner }}/ci-php:8.0
36+
ghcr.io/${{ github.repository_owner }}/ci-php:8.1
3737
ghcr.io/${{ github.repository_owner }}/ci-php:${{ github.ref_name }}
3838
-
3939
if: contains(github.ref, 'refs/pull/')

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0.23-fpm-alpine3.16
1+
FROM php:8.1.10-fpm-alpine3.16
22

33
LABEL maintainer="marji@morpht.com"
44
LABEL org.opencontainers.image.source="https://github.com/morpht/ci-php"

0 commit comments

Comments
 (0)