diff --git a/.circleci/config.yml b/.circleci/config.yml index c7ee25a..5ff6fd4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - codacy: codacy/base@9.3.6 + codacy: codacy/base@10.2.2 codacy_plugins_test: codacy/plugins-test@1.1.1 workflows: diff --git a/build.sbt b/build.sbt index eb58c69..5f2dc75 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ val installPHPCPD: String = Docker / packageName := packageName.value Docker / version := version.value Docker / maintainer := "Codacy " -dockerBaseImage := "php:8.1.13-alpine3.16" +dockerBaseImage := "php:8.1-alpine3.17" dockerUpdateLatest := true Docker / defaultLinuxInstallLocation := defaultDockerInstallationPath Docker / daemonUser := "docker"