Skip to content

Commit

Permalink
Use image with tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-b authored Jan 16, 2025
1 parent 0758332 commit 5feb992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OpenWish.Web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/aspnet:9.0-alpine AS base
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/aspnet:9.0-noble-chiseled-extra AS base
WORKDIR /app

ENV \
Expand All @@ -9,7 +9,7 @@ ENV \
icu-data-full \
icu-libs

FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-noble AS build

ARG TARGETPLATFORM
ARG TARGETARCH
Expand Down

0 comments on commit 5feb992

Please sign in to comment.