Skip to content

Commit 7aea3c9

Browse files
authored
Merge pull request #44 from appwrite/chore-bump
Update PHP + alpine
2 parents d57a61e + 433487c commit 7aea3c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASEIMAGE="php:8.4.7-alpine3.21"
1+
ARG BASEIMAGE="php:8.4.8-cli-alpine3.22"
22

33
FROM $BASEIMAGE AS compile
44

tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ commandTests:
1212
- name: 'Certbot command'
1313
command: "certbot"
1414
args: ["--version"]
15-
expectedOutput: ["certbot 3.*"]
15+
expectedOutput: ["certbot 4.*"]
1616
- name: 'Docker command'
1717
command: "docker"
1818
args: ["--version"]
19-
expectedOutput: ["Docker version 27.*"]
19+
expectedOutput: ["Docker version 28.*"]
2020
- name: 'PHP info'
2121
command: "php"
2222
args: ["-m"]

0 commit comments

Comments
 (0)