Skip to content

Commit

Permalink
update the correct base image
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleBinghamSoteriaSoft committed Apr 17, 2024
1 parent c8680d4 commit 37f7b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37f7b30

Please sign in to comment.