Skip to content

Commit 764bc04

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
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

+1-1
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)