From 60be6b908dd2c9d8a57c8993afcb2dbce6ea0825 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Jan 2021 02:25:19 +0000 Subject: [PATCH 1/3] Update alpine Docker tag to v3.13.0 --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 7d364ac..26d9241 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,4 +1,4 @@ -ARG alpine_image=alpine:3.12.3 +ARG alpine_image=alpine:3.13.0 ARG alpine_glibc_version=2.32-r0 # extract libz & libgcc_s from the same base image than the one used to build glibc (see https://github.com/sgerrand/docker-glibc-builder/blob/master/Dockerfile) From 33a33f0e8334b91d84214a625d25a1b02bd4e825 Mon Sep 17 00:00:00 2001 From: Xavier Fournet <461943+xfournet@users.noreply.github.com> Date: Thu, 28 Jan 2021 22:55:39 +0100 Subject: [PATCH 2/3] Align Ubuntu version with Alpine GLIBC --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 26d9241..f79fba5 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -2,7 +2,7 @@ ARG alpine_image=alpine:3.13.0 ARG alpine_glibc_version=2.32-r0 # extract libz & libgcc_s from the same base image than the one used to build glibc (see https://github.com/sgerrand/docker-glibc-builder/blob/master/Dockerfile) -ARG alpine_pkg_glibc_image=ubuntu:20.10 +ARG alpine_pkg_glibc_image=ubuntu:20.04 # Extract libz from Ubuntu image From 50db243f9a2716e1eeaafbc5cfe8c0bba2e9eb3a Mon Sep 17 00:00:00 2001 From: Xavier Fournet <461943+xfournet@users.noreply.github.com> Date: Thu, 28 Jan 2021 22:56:59 +0100 Subject: [PATCH 3/3] Update README for Alpine 3.13.0 release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74cb9d2..2962ad7 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Based on the offical [BusyBox glibc image](https://hub.docker.com/_/busybox) Based on the offical [Alpine image](https://hub.docker.com/_/alpine) and [Alpine GLIBC package](https://github.com/sgerrand/alpine-pkg-glibc) -[![](https://images.microbadger.com/badges/version/xfournet/jready:alpine-3.12.3.svg)](https://microbadger.com/images/xfournet/jready:alpine-3.12.3) -[![](https://images.microbadger.com/badges/image/xfournet/jready:alpine-3.12.3.svg)](https://microbadger.com/images/xfournet/jready:alpine-3.12.3) +[![](https://images.microbadger.com/badges/version/xfournet/jready:alpine-3.13.0.svg)](https://microbadger.com/images/xfournet/jready:alpine-3.13.0) +[![](https://images.microbadger.com/badges/image/xfournet/jready:alpine-3.13.0.svg)](https://microbadger.com/images/xfournet/jready:alpine-3.13.0) # Example