Skip to content
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

update registry to alpine 3.16 #12519

Merged
merged 1 commit into from
May 26, 2022
Merged

Conversation

thaJeztah
Copy link
Contributor

@thaJeztah thaJeztah commented May 26, 2022

- Fix CVE-2022-28391 by bumping alpine from 3.15 to 3.16

full diff: distribution/distribution-library-image@a44a420...0be0d08

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Contributor Author

@milosgajdos @tianon PTAL

@github-actions
Copy link

Diff for 6de34bd:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 94d1186..e3325f7 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -3,4 +3,4 @@ GitRepo: https://github.com/docker/distribution-library-image.git
 
 Tags: 2.8.1, 2.8, 2, latest
 Architectures: amd64, arm32v6, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: a44a420db5ec0d5a679a72e9fb539f8a69fb93f9
+GitCommit: 0be0d08b29d56bb1ef0fab93c751ca92d6976a19
diff --git a/registry_latest/Dockerfile b/registry_latest/Dockerfile
index 34b5edd..1b4399c 100644
--- a/registry_latest/Dockerfile
+++ b/registry_latest/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.15
+FROM alpine:3.16
 
 RUN apk add --no-cache ca-certificates

Relevant Maintainers:

@tianon tianon merged commit 380641a into docker-library:master May 26, 2022
@thaJeztah thaJeztah deleted the update_registry branch May 26, 2022 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants