diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2024-12-23 01:34:55 +0100 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2024-12-23 01:34:55 +0100 |
| commit | 295b7fb5825f1e4472d757523564bb686da5353d (patch) | |
| tree | 7fb40752cf8901c2fbe2f57120a12bef14ba369a | |
| parent | cf9de567c10b76a33475e0e59aadd48001d996a7 (diff) | |
| download | smarty-295b7fb5825f1e4472d757523564bb686da5353d.tar.gz smarty-295b7fb5825f1e4472d757523564bb686da5353d.tar.bz2 smarty-295b7fb5825f1e4472d757523564bb686da5353d.zip | |
move to official php8.4 image for unit testing in CI
| -rw-r--r-- | utilities/testrunners/php84/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/testrunners/php84/Dockerfile b/utilities/testrunners/php84/Dockerfile index 6050a3db..d82adcde 100644 --- a/utilities/testrunners/php84/Dockerfile +++ b/utilities/testrunners/php84/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.4-rc-cli-bullseye +FROM php:8.4-cli-bullseye ## Basic utilities RUN apt-get update -yqq && apt-get install -y curl apt-utils git zip unzip |
