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 ef93ff6 + 474d33f commit 72de2e7Copy full SHA for 72de2e7
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BASEIMAGE="php:8.3.17-cli-alpine3.20"
+ARG BASEIMAGE="php:8.3.24-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 2.*"]
+ expectedOutput: ["certbot 4.*"]
16
- name: 'Docker command'
17
command: "docker"
18
19
- expectedOutput: ["Docker version 26.*"]
+ expectedOutput: ["Docker version 28.*"]
20
- name: 'PHP info'
21
command: "php"
22
args: ["-m"]
0 commit comments