Skip to content

Commit

Permalink
#23 - bump composer to 2.1.9 and php to 8.0.11 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baakoma authored Oct 6, 2021
1 parent 1c3c78f commit 82c4ea3
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.0.10
ARG PHP_VERSION=8.0.11

FROM php:${PHP_VERSION}-fpm-alpine

ARG COMPOSER_VERSION=2.1.8
ARG COMPOSER_VERSION=2.1.9

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

0 comments on commit 82c4ea3

Please sign in to comment.