Skip to content

Commit 764bc04

Browse files
authored
8.2: Use php:8.2.14-alpine3.18 image. (#9)
1 parent 1198ff6 commit 764bc04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8-alpine
1+
FROM php:8.2.14-alpine3.18
22

33
ARG RUNNER_UID=1001
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ci-php
22

3-
Docker image based on the official dockerhub image php:8-alpine
3+
Docker image based on the official dockerhub image php:8.2.x-alpine3.18
44

55
A few modifications:
66

0 commit comments

Comments
 (0)