Skip to content

Commit

Permalink
Merge pull request #148 from jolicode/damienalexandre-patch-1
Browse files Browse the repository at this point in the history
Fix the version of our debian base image to avoid confusion
  • Loading branch information
lyrixx authored Jun 2, 2021
2 parents c739c2b + 0a24f0d commit bda879f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Update PHP to version 8.0
* Update Composer to version 2.0.13
* Fix APT key for Sury repository
* Tag a strict version for the Debian base image

## 3.2.0 (2021-02-17)

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/docker/services/php-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM debian:10.9-slim

RUN apt-get update \
&& apt install -y --no-install-recommends \
Expand Down

0 comments on commit bda879f

Please sign in to comment.