We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27bb88a + b1acd40 commit 6332e29Copy full SHA for 6332e29
.circleci/config.yml
@@ -1,6 +1,6 @@
1
version: 2.1
2
orbs:
3
- codacy: codacy/base@10.10.0
+ codacy: codacy/base@10.11.1
4
codacy_plugins_test: codacy/[email protected]
5
6
workflows:
Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.18 as base
+FROM alpine:3.19 as base
RUN apk add --no-cache php bash php-simplexml php-dom php-tokenizer openjdk8-jre
0 commit comments