Skip to content

Commit a003270

Browse files
committed
Update base image to Ubuntu 24.04 and add default PHP version argument
1 parent 94ad89b commit a003270

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:24.04
22

33
ARG DEBIAN_FRONTEND=noninteractive
4+
ARG DEFAULT_PHP_VERSION=7.4
45

56
LABEL "com.github.actions.icon"="upload-cloud"
67
LABEL "com.github.actions.color"="yellow"

0 commit comments

Comments
 (0)