We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d57a61e + 433487c commit 7aea3c9Copy full SHA for 7aea3c9
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BASEIMAGE="php:8.4.7-alpine3.21"
+ARG BASEIMAGE="php:8.4.8-cli-alpine3.22"
2
3
FROM $BASEIMAGE AS compile
4
tests.yaml
@@ -12,11 +12,11 @@ commandTests:
12
- name: 'Certbot command'
13
command: "certbot"
14
args: ["--version"]
15
- expectedOutput: ["certbot 3.*"]
+ expectedOutput: ["certbot 4.*"]
16
- name: 'Docker command'
17
command: "docker"
18
19
- expectedOutput: ["Docker version 27.*"]
+ expectedOutput: ["Docker version 28.*"]
20
- name: 'PHP info'
21
command: "php"
22
args: ["-m"]
0 commit comments