-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use partial pin to master version glob #55
feat: use partial pin to master version glob #55
Conversation
douglasduteil
commented
Dec 5, 2019
•
edited
Loading
edited
- curl
- git-deploy
- git-tag-release
- helm
- infra-ansible-ci
- k8s-ns-killer
- kubectl
- nginx4spa
7ab8932
to
2389805
Compare
2389805
to
19cd475
Compare
19cd475
to
e091cd7
Compare
e091cd7
to
c6f7b90
Compare
c6f7b90
to
4f7c02a
Compare
@@ -1,3 +1,3 @@ | |||
FROM alpine:3.10 | |||
|
|||
RUN apk --no-cache --update add curl=7.66.0-r0 | |||
RUN apk --no-cache --update add curl=~7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why no use official curl images ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Legacy security reason...
Why not using the official one :)
Nobody is stopping you to do so right ;)
# [0.17.0](v0.16.0...v0.17.0) (2019-12-05) ### Features * use partial pin to master version glob ([#55](#55)) ([28e9317](28e9317))
🎉 This PR is included in version 0.17.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |