diff --git a/.circleci/config.yml b/.circleci/config.yml index 4f9df98..46afe85 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - codacy: codacy/base@10.1.1 + codacy: codacy/base@10.8.0 codacy_plugins_test: codacy/plugins-test@1.1.1 workflows: diff --git a/Dockerfile b/Dockerfile index 27b58ea..fd11aac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG DOTNET_VERSION=6.0 -ARG DOTNET_BASE_OS=alpine3.17 +ARG DOTNET_BASE_OS=alpine3.18 ## BUILD IMAGE FROM mcr.microsoft.com/dotnet/sdk:$DOTNET_VERSION-$DOTNET_BASE_OS AS builder @@ -27,4 +27,4 @@ USER docker # Should make the image even more "read-only". ENV DOTNET_EnableDiagnostics=0 -ENTRYPOINT [ "dotnet", "/opt/docker/bin/Analyzer.dll" ] \ No newline at end of file +ENTRYPOINT [ "dotnet", "/opt/docker/bin/Analyzer.dll" ]