Skip to content

Commit

Permalink
Update icu version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpardogrowthaccelerationpartners committed Apr 26, 2024
1 parent e61b91e commit eeafed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENV ASPNETCORE_ENVIRONMENT Development

WORKDIR /app
ENV TZ=US/Central
RUN apk add --no-cache icu=~67.1 tzdata
RUN apk add --no-cache icu=~74 tzdata

WORKDIR /app/DataImport.Web
COPY --from=publish /app/DataImport.Web .
Expand Down

0 comments on commit eeafed1

Please sign in to comment.