Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
htuscher committed Dec 13, 2022
1 parent 93cfe30 commit 649dbc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dockerTest:
configuration:
imageConfigurationRegex: ':(?P<OS_FAMILY>alpine|debian|ubuntu|centos)-?(?P<OS_VERSION>[^-]+)?'
default:
OS_FAMILY: 'debian'
OS_VERSION: '11'
OS_FAMILY: 'ubuntu'
OS_VERSION: '22.04'
image:
'php[^:]*:[0-9].[0-9]-alpine$':
OS_FAMILY: 'alpine'
Expand Down

0 comments on commit 649dbc4

Please sign in to comment.