Skip to content

Commit e14282d

Browse files
Bump dotnet/sdk from 5.0 to 6.0 in /barcoder
Bumps dotnet/sdk from 5.0 to 6.0. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e2da03 commit e14282d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

barcoder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS builder
1+
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS builder
22
WORKDIR /source
33
# copy csproj and restore as distinct layers
44
COPY *.csproj ./

0 commit comments

Comments
 (0)