Skip to content

Commit

Permalink
Merge pull request #179 from jolicode/composer
Browse files Browse the repository at this point in the history
Upgrade many components
  • Loading branch information
lyrixx authored May 24, 2022
2 parents 2ff3bb8 + 1e06302 commit 824f9b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## 3.7.0 (not released yet)

* Add documentation cookbook for installing redirection.io
* Upgrade to Traefik v2.7.0
* Upgrade to PostgreSQL v14
* Upgrade to Composer v2.3

## 3.6.0 (2022-03-10)

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/docker/services/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN adduser app sudo \
&& phpenmod app-builder

# Composer
COPY --from=composer/composer:2.2.7 /usr/bin/composer /usr/bin/composer
COPY --from=composer/composer:2.3.5 /usr/bin/composer /usr/bin/composer
RUN mkdir -p "/home/app/.composer/cache" \
&& chown app: /home/app/.composer -R

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/docker/services/postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM postgres:12
FROM postgres:14

EXPOSE 5432
2 changes: 1 addition & 1 deletion infrastructure/docker/services/router/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM traefik:v2.2
FROM traefik:v2.7

COPY etc/. /etc/

0 comments on commit 824f9b4

Please sign in to comment.