We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4a33e commit f8e46eeCopy full SHA for f8e46ee
1 file changed
Dockerfile
@@ -1,15 +1,13 @@
1
-# ubuntu:latest as of 2023-11-15T09:52:14.989810029UTC
2
-FROM ubuntu@sha256:2b7412e6465c3c7fc5bb21d3e6f1917c167358449fecac8176c6e496e5c1f05f
3
-
+FROM ubuntu:24.04
4
LABEL "com.github.actions.icon"="check-circle"
5
LABEL "com.github.actions.color"="green"
6
LABEL "com.github.actions.name"="PHPCS Code Review"
7
LABEL "com.github.actions.description"="Run automated code review using PHPCS on your pull requests."
8
LABEL "org.opencontainers.image.source"="https://github.com/rtCamp/action-phpcs-code-review"
9
10
ARG VAULT_VERSION=1.12.3
11
-ARG DEFAULT_PHP_VERSION=8.1
12
-ARG PHP_BINARIES_TO_PREINSTALL='7.4 8.0 8.1 8.2'
+ARG DEFAULT_PHP_VERSION=8.3
+ARG PHP_BINARIES_TO_PREINSTALL='7.4 8.0 8.1 8.2 8.3'
13
14
ENV DOCKER_USER=rtbot
15
ENV ACTION_WORKDIR=/home/$DOCKER_USER
0 commit comments