Skip to content

Commit

Permalink
Use php:8.1.20-alpine3.17 and composer 2.5.7 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
marji authored Jun 9, 2023
1 parent 5bc74fa commit 73de643
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM php:8.1.10-fpm-alpine3.16
FROM php:8.1.20-alpine3.17

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/morpht/ci-php"

ENV COMPOSER_VERSION=2.3.10 \
COMPOSER_HASH_SHA256=d808272f284fa8e0f8b470703e1438ac8f362030bbc9d12e29530277d767aff0
ENV COMPOSER_VERSION=2.5.7 \
COMPOSER_HASH_SHA256=9256c4c1c803b9d0cb7a66a1ab6c737e48c43cc6df7b8ec9ec2497a724bf44de

RUN apk add --no-cache --update git \
bash \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ci-php

Docker image based on the official dockerhub image php:8.x-fpm-alpine3.y
Docker image based on the official dockerhub image php:8.1.x-alpine3.17

A few modifications:

- added composer v2.3.x
- added composer v2.5.x
- installed several packages, e.g. git and mysql-client
- added php extensions - gd, pdo_mysql

Expand Down

0 comments on commit 73de643

Please sign in to comment.