Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Kawka-Osik committed Nov 20, 2024
1 parent 101ad78 commit 1260cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backendDotnet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine3.19 AS base
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine3.20 AS base
WORKDIR /app
EXPOSE 80

FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine3.19 AS build
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine3.20 AS build

ARG TARGETPLATFORM
ARG TARGETOS
Expand Down

0 comments on commit 1260cf8

Please sign in to comment.