Skip to content

Commit

Permalink
Upgrade git to fix new snyk vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jan 17, 2025
1 parent fa5e9d1 commit fe6f030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ LABEL [email protected]

RUN gem install --no-document 'concurrent-ruby'

RUN apk add git=2.47.2-r0 # https://security.snyk.io/vuln/SNYK-ALPINE321-GIT-8625653

WORKDIR /runner
COPY source/server/ .

Expand Down
1 change: 1 addition & 0 deletions bin/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ build_image()
docker tag "${image_name}" "cyberdojo/runner:latest"
echo "CYBER_DOJO_RUNNER_SHA=${CYBER_DOJO_RUNNER_SHA}"
echo "CYBER_DOJO_RUNNER_TAG=${CYBER_DOJO_RUNNER_TAG}"
echo "${image_name}"
fi
}

Expand Down

0 comments on commit fe6f030

Please sign in to comment.