-
Notifications
You must be signed in to change notification settings - Fork 43
Conversation
Dockerfile
Outdated
@@ -1,6 +1,6 @@ | |||
FROM garethr/kubeval:0.15.0 | |||
|
|||
RUN apk --no-cache add curl==7.67.0-r1 bash==5.0.11-r1 git==2.24.3-r0 openssh-client==8.1_p1-r0 | |||
RUN apk --no-cache add curl==7.67.0-r2 bash==5.0.11-r1 git==2.24.3-r0 openssh-client==8.1_p1-r0 |
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.
Can you please remove the version pinning for all packages
Removing version pinning causes checks to fail |
That lint rule is kinda silly, we need to remove it. |
Yea I'll take a look at the linting action and add an ignore for it and create a separate pr for it. However this one should fix dockerfile errors without issue regardless of the failed lint |
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.
LGTM
Thanks @maorgoldberg
Could we please get a new release cut that includes this fix? We try not to use |
Is an action needed on my part? |
Nope, all good now. The |
Fixed issue that caused curl version to break the docker file by updating its version.