Skip to content

Commit

Permalink
- bump PHP to 8.1.8 and Composer to 2.3.10 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak authored Jul 21, 2022
1 parent cd9e040 commit 85f7541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG PHP_VERSION=8.1.5
ARG PHP_VERSION=8.1.8

FROM php:${PHP_VERSION}-fpm-alpine

ARG COMPOSER_VERSION=2.3.5
ARG COMPOSER_VERSION=2.3.10

ENV COMPOSER_HOME=/application/.composer
ENV COMPOSER_MEMORY_LIMIT=-1
Expand Down

0 comments on commit 85f7541

Please sign in to comment.