Skip to content

Commit

Permalink
updating the base level container
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleBinghamSoteriaSoft committed Mar 17, 2024
1 parent 53c310f commit c8680d4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 24 deletions.
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.0
FROM ghcr.io/soteriasoftwarellc/openrmfpro-base:2.10.1
RUN apk update && apk upgrade

RUN mkdir /app
Expand Down
21 changes: 0 additions & 21 deletions Dockerfile.old

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 2.0.0
VERSION ?= 2.0.1
NAME ?= "nats-client-metrics"
AUTHOR ?= "Dale Bingham"
PORT_EXT ?= 7778
Expand Down
2 changes: 1 addition & 1 deletion src/nats-client-metrics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<InformationalVersion>This is a NATS Metrics collector to store metrics for individual client connections. Given to you by Cingulara.</InformationalVersion>
</PropertyGroup>

Expand Down

0 comments on commit c8680d4

Please sign in to comment.