summaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2024-12-23 01:34:55 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2024-12-23 01:34:55 +0100
commit295b7fb5825f1e4472d757523564bb686da5353d (patch)
tree7fb40752cf8901c2fbe2f57120a12bef14ba369a /utilities
parentcf9de567c10b76a33475e0e59aadd48001d996a7 (diff)
downloadsmarty-295b7fb5825f1e4472d757523564bb686da5353d.tar.gz
smarty-295b7fb5825f1e4472d757523564bb686da5353d.tar.bz2
smarty-295b7fb5825f1e4472d757523564bb686da5353d.zip
move to official php8.4 image for unit testing in CI
Diffstat (limited to 'utilities')
-rw-r--r--utilities/testrunners/php84/Dockerfile2
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