Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hdacloud
dex
Commits
7d27fccc
Unverified
Commit
7d27fccc
authored
1 year ago
by
Márk Sági-Kazár
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #3591 from dexidp/dependabot/docker/alpine-3.20.1
build(deps): bump alpine from 3.20.0 to 3.20.1
parents
862317de
12c54e27
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
with
3 additions
and
3 deletions
Dockerfile
+
3
−
3
View file @
7d27fccc
...
@@ -35,13 +35,13 @@ RUN make release-binary
...
@@ -35,13 +35,13 @@ RUN make release-binary
RUN
xx-verify /go/bin/dex
&&
xx-verify /go/bin/docker-entrypoint
RUN
xx-verify /go/bin/dex
&&
xx-verify /go/bin/docker-entrypoint
FROM
alpine:3.20.
0
@sha256:
77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
AS
stager
FROM
alpine:3.20.
1
@sha256:
b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0
AS
stager
RUN
mkdir
-p
/var/dex
RUN
mkdir
-p
/var/dex
RUN
mkdir
-p
/etc/dex
RUN
mkdir
-p
/etc/dex
COPY
config.docker.yaml /etc/dex/
COPY
config.docker.yaml /etc/dex/
FROM
alpine:3.20.
0
@sha256:
77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
AS
gomplate
FROM
alpine:3.20.
1
@sha256:
b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0
AS
gomplate
ARG
TARGETOS
ARG
TARGETOS
ARG
TARGETARCH
ARG
TARGETARCH
...
@@ -54,7 +54,7 @@ RUN wget -O /usr/local/bin/gomplate \
...
@@ -54,7 +54,7 @@ RUN wget -O /usr/local/bin/gomplate \
&&
chmod
+x /usr/local/bin/gomplate
&&
chmod
+x /usr/local/bin/gomplate
# For Dependabot to detect base image versions
# For Dependabot to detect base image versions
FROM
alpine:3.20.
0
@sha256:
77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
AS
alpine
FROM
alpine:3.20.
1
@sha256:
b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0
AS
alpine
FROM
gcr.io/distroless/static-debian12:nonroot@sha256:8dd8d3ca2cf283383304fd45a5c9c74d5f2cd9da8d3b077d720e264880077c65
AS
distroless
FROM
gcr.io/distroless/static-debian12:nonroot@sha256:8dd8d3ca2cf283383304fd45a5c9c74d5f2cd9da8d3b077d720e264880077c65
AS
distroless
FROM
$BASE_IMAGE
FROM
$BASE_IMAGE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment