Skip to content

Commit

Permalink
Merge pull request #159 from codacy/fix_vulnerabilities
Browse files Browse the repository at this point in the history
Fix vulnerabilities TS-600
  • Loading branch information
stefanvacareanu7 authored Oct 3, 2023
2 parents 68801e3 + ef2f609 commit 65811b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
codacy: codacy/base@10.1.1
codacy: codacy/base@10.8.0
codacy_plugins_test: codacy/[email protected]

workflows:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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" ]
ENTRYPOINT [ "dotnet", "/opt/docker/bin/Analyzer.dll" ]

0 comments on commit 65811b2

Please sign in to comment.