File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : docker
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
7+ reviewers :
8+ - mrrobot47
Original file line number Diff line number Diff line change 1- # ubuntu:latest as of 2023-11-15T09:52:14.989810029UTC
2- FROM ubuntu@sha256:2b7412e6465c3c7fc5bb21d3e6f1917c167358449fecac8176c6e496e5c1f05f
3-
1+ FROM ubuntu:24.04
42LABEL "com.github.actions.icon" ="check-circle"
53LABEL "com.github.actions.color" ="green"
64LABEL "com.github.actions.name" ="PHPCS Code Review"
75LABEL "com.github.actions.description" ="Run automated code review using PHPCS on your pull requests."
86LABEL "org.opencontainers.image.source" ="https://github.com/rtCamp/action-phpcs-code-review"
97
108ARG 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'
9+ ARG DEFAULT_PHP_VERSION=8.3
10+ ARG PHP_BINARIES_TO_PREINSTALL='7.4 8.0 8.1 8.2 8.3 '
1311
1412ENV DOCKER_USER=rtbot
1513ENV ACTION_WORKDIR=/home/$DOCKER_USER
You can’t perform that action at this time.
0 commit comments