Skip to content

Commit

Permalink
Merge pull request #1513 from Mohanraj209/develop-java21
Browse files Browse the repository at this point in the history
[DSD-5636] Updated Dockerfile and authdemo-push-trigger.yml.
  • Loading branch information
ckm007 authored Jul 3, 2024
2 parents 34e7b34 + 773faaa commit 4676c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/authdemo-push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:


sonar_analysis:
if: "${{ github.event_name != 'pull_request' }}"
needs: build-maven-authentication-demo-service
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master-java21
with:
SERVICE_LOCATION: ./authentication-demo-service
Expand Down
2 changes: 1 addition & 1 deletion authentication-demo-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ADD entrypoint.sh $work_dir/entrypoint.sh

# install packages and create user
RUN apk -q update \
&& apk add -q unzip wget \
&& apk add -q unzip wget bash \
&& addgroup -g ${container_user_gid} ${container_user_group} \
&& adduser -s /bin/sh -u ${container_user_uid} -G ${container_user_group} -h /home/${container_user} --disabled-password ${container_user} \
&& mkdir -p ${loader_path} \
Expand Down

0 comments on commit 4676c63

Please sign in to comment.