Skip to content

Commit

Permalink
set base image back to dotnet 6
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Mar 4, 2024
1 parent f2a0573 commit a1bf64a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.builder-base
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG DbVersion=7000072

FROM mcr.microsoft.com/dotnet/sdk:8.0 AS lfmerge-builder-base
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS lfmerge-builder-base
WORKDIR /build/lfmerge

ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.runtime-base
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG DbVersion=7000072

FROM mcr.microsoft.com/dotnet/runtime:8.0 AS lfmerge-builder-base
FROM mcr.microsoft.com/dotnet/runtime:6.0 AS lfmerge-builder-base
WORKDIR /build/lfmerge

ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit a1bf64a

Please sign in to comment.