Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit 44b9537

Browse files
authored
Merge pull request #7 from yangcao77/main
update to a static version
2 parents 3f0e5c7 + 8378436 commit 44b9537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM registry.access.redhat.com/ubi8/dotnet-60:6.0 as builder
1+
FROM registry.access.redhat.com/ubi8/dotnet-60:6.0-25 as builder
22
WORKDIR /opt/app-root/src
33
COPY --chown=1001 . .
44
RUN dotnet publish -c Release
55

66

7-
FROM registry.access.redhat.com/ubi8/dotnet-60:6.0
7+
FROM registry.access.redhat.com/ubi8/dotnet-60:6.0-25
88
EXPOSE 8081
99
ENV ASPNETCORE_URLS=http://*:8081
1010
COPY --from=builder /opt/app-root/src/bin /opt/app-root/src/bin

0 commit comments

Comments
 (0)