Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
H
hadolint
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
pipeline-components
hadolint
Compare revisions
v0.26.3 to v0.26.4
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
pipeline-components/hadolint
Select target project
No results found
v0.26.4
Select Git revision
Swap
Target
pipeline-components/hadolint
Select target project
pipeline-components/hadolint
1 result
v0.26.3
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Updates alpine Docker tag to v3.20.1
· b4764891
Pipeline Components Bot
authored
8 months ago
b4764891
Merge branch 'renovate/alpine-3.20.x' into 'master'
· 3c7d6483
Pipeline Components Bot
authored
8 months ago
Updates alpine Docker tag to v3.20.1 See merge request
!78
3c7d6483
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
View file @
3c7d6483
...
...
@@ -2,7 +2,7 @@ FROM hadolint/hadolint:v2.12.0 as hadolint
FROM
pipelinecomponents/base-entrypoint:0.5.0
as
entrypoint
FROM
alpine:3.20.
0
@sha256:
77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
FROM
alpine:3.20.
1
@sha256:
b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0
COPY
--from=entrypoint /entrypoint.sh /entrypoint.sh
ENTRYPOINT
["/entrypoint.sh"]
ENV
DEFAULTCMD hadolint
...
...
This diff is collapsed.
Click to expand it.