Skip to content

Commit

Permalink
Merge pull request #67 from zwk5004/master
Browse files Browse the repository at this point in the history
Update dotnet image to 7
  • Loading branch information
ravi-m-bah authored Jan 11, 2024
2 parents 37b557a + 6f5a723 commit fad6cef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
LABEL name="Solutions Delivery Platform: DotNet SDK" \
maintainer="uip@bah.com" \
vendor="Booz Allen Hamilton" \
version="6.0.106" \
version="7.0.14" \
release="3.2.0" \
summary="DotNet SDK container" \
description="The DotNet SDK container image for the Solutions Delivery Platform"
Expand All @@ -22,7 +22,7 @@ COPY LICENSE /licenses
USER root

### Install packages
RUN INSTALL_PKGS="dotnet-sdk-6.0" && \
RUN INSTALL_PKGS="dotnet-sdk-7.0" && \
yum clean all &&\
yum --disableplugin=subscription-manager -y update-minimal --setopt=tsflags=nodocs \
--security && \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OWNER = boozallen
REPO = sdp-images
IMAGE = dotnet-sdk
VERSION = 6.0.106
VERSION = 7.0.14

REGISTRY = docker.pkg.github.com/$(OWNER)/$(REPO)
TAG = $(REGISTRY)/$(IMAGE):$(VERSION)
Expand Down

0 comments on commit fad6cef

Please sign in to comment.