Skip to content

Conversation

@denis-codefresh
Copy link
Contributor

No description provided.

Dockerfile Outdated
FROM alpine:3.12.4

RUN apk add --no-cache git~=2.22 bash openssh
RUN apk add --no-cache git bash openssh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version of the git package should be pinned, otherwise it has a chance to get updated with some breaking changes next time somebody runs a build

@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.7
FROM arm64v8/alpine:3.12.4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Dockerfile.aarch64 is actually not used anywhere, so this change is redundant

@denis-codefresh denis-codefresh merged commit 3f1c95b into master Mar 24, 2021
@mikhail-klimko mikhail-klimko deleted the security-fix branch October 22, 2022 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants