Skip to content

Commit 0d459b3

Browse files
Update Dockerfile registry.access.redhat.com/ubi8/dotnet-60 to v6.0-56 (#17)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d17282b commit 0d459b3

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-32.20230511125009 as builder
1+
FROM registry.access.redhat.com/ubi8/dotnet-60:6.0-56 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-32.20230511125009
7+
FROM registry.access.redhat.com/ubi8/dotnet-60:6.0-56
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)