Skip to content

Commit 72de2e7

Browse files
authored
Merge pull request #46 from appwrite/cursor/update-php-and-alpine-versions-d927
Update php and alpine versions
2 parents ef93ff6 + 474d33f commit 72de2e7

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.3.17-cli-alpine3.20"
1+
ARG BASEIMAGE="php:8.3.24-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 2.*"]
15+
expectedOutput: ["certbot 4.*"]
1616
- name: 'Docker command'
1717
command: "docker"
1818
args: ["--version"]
19-
expectedOutput: ["Docker version 26.*"]
19+
expectedOutput: ["Docker version 28.*"]
2020
- name: 'PHP info'
2121
command: "php"
2222
args: ["-m"]

0 commit comments

Comments
 (0)