diff --git a/Dockerfile b/Dockerfile index 4e741af..2ec363f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN dotnet build RUN dotnet publish --runtime alpine-x64 -c Release -o out --self-contained true /p:PublishTrimmed=true # build runtime image with DoD CA Certificates -FROM ghcr.io/soteriasoftwarellc/openrmfpro-base:2.10.1 +FROM cingulara/openrmf-base:1.11.00 RUN apk update && apk upgrade RUN mkdir /app