File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed 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
4
2
LABEL "com.github.actions.icon" ="check-circle"
5
3
LABEL "com.github.actions.color" ="green"
6
4
LABEL "com.github.actions.name" ="PHPCS Code Review"
7
5
LABEL "com.github.actions.description" ="Run automated code review using PHPCS on your pull requests."
8
6
LABEL "org.opencontainers.image.source" ="https://github.com/rtCamp/action-phpcs-code-review"
9
7
10
8
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'
9
+ ARG DEFAULT_PHP_VERSION=8.3
10
+ ARG PHP_BINARIES_TO_PREINSTALL='7.4 8.0 8.1 8.2 8.3 '
13
11
14
12
ENV DOCKER_USER=rtbot
15
13
ENV ACTION_WORKDIR=/home/$DOCKER_USER
You can’t perform that action at this time.
0 commit comments