Skip to content

Commit

Permalink
Merge pull request #199 from bci-oss/bug/dokerImage
Browse files Browse the repository at this point in the history
fix:TRG 4.02 Using un-altered container base image
  • Loading branch information
agg3fe authored Nov 22, 2023
2 parents 0b134aa + 77eea3a commit 46bed42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 0.2.15
### Added
- Added helm upgrade feature into helm test
- Removed the docker apk upgrade and update commands.

### Fixed
=======
- Handled UrnSyntaxException.

## 0.2.14
Expand Down
5 changes: 0 additions & 5 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ RUN mvn package -DskipTests

FROM eclipse-temurin:17-jre-alpine

RUN apk --no-cache upgrade \
&& apk --no-cache update \
&& apk --no-cache add graphviz \
&& rm -rf /var/cache/apk/*

RUN addgroup -g 101 -S spring \
&& adduser -u 100 -S spring -G spring \
&& mkdir -p /service \
Expand Down

0 comments on commit 46bed42

Please sign in to comment.