Skip to content

Commit

Permalink
Merge pull request #202 from codacy/fix_vulnerabilities
Browse files Browse the repository at this point in the history
Fix vulnerabilities TS-597
  • Loading branch information
stefanvacareanu7 committed Oct 3, 2023
2 parents 0faee7c + df9ee64 commit b475b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit b475b4b

Please sign in to comment.