Skip to content

Commit 34fe4be

Browse files
chore(deps) Update mcr.microsoft.com/dotnet/sdk Docker tag to v9
1 parent db8f3c3 commit 34fe4be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stages:
1313
- publish
1414

1515
precommit:
16-
image: mcr.microsoft.com/dotnet/sdk:8.0-alpine
16+
image: mcr.microsoft.com/dotnet/sdk:9.0-alpine
1717
stage: test
1818
except:
1919
- public
@@ -40,7 +40,7 @@ precommit:
4040
- pre-commit run stylelint --all-files
4141

4242
build_web:
43-
image: mcr.microsoft.com/dotnet/sdk:8.0-alpine
43+
image: mcr.microsoft.com/dotnet/sdk:9.0-alpine
4444
stage: build
4545
except:
4646
- public

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# to access webapp
1111
# http://localhost:1234
1212

13-
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build
13+
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build
1414
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
1515

1616
WORKDIR /app
@@ -43,7 +43,7 @@ RUN export PATH="$PATH:/root/.dotnet/tools" && dotnet ef database update --proj
4343

4444
RUN dotnet publish -c Release -o out web.csproj
4545

46-
FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine
46+
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine
4747
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
4848
WORKDIR /app
4949
COPY --from=build ["/app/web/out", "./"]

0 commit comments

Comments
 (0)