Skip to content

Commit

Permalink
Merge pull request #17 from xfournet/renovate/docker-alpine-3.x
Browse files Browse the repository at this point in the history
Update alpine Docker tag to v3.13.1
  • Loading branch information
xfournet authored Jan 29, 2021
2 parents ddde9be + cdf5780 commit d2c857f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:/sgerrand/alpine-pkg-glibc)

[![](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)
[![](https://images.microbadger.com/badges/version/xfournet/jready:alpine-3.13.1.svg)](https://microbadger.com/images/xfournet/jready:alpine-3.13.1)
[![](https://images.microbadger.com/badges/image/xfournet/jready:alpine-3.13.1.svg)](https://microbadger.com/images/xfournet/jready:alpine-3.13.1)

# Example

Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG alpine_image=alpine:3.13.0
ARG alpine_image=alpine:3.13.1
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:/sgerrand/docker-glibc-builder/blob/master/Dockerfile)
Expand Down

0 comments on commit d2c857f

Please sign in to comment.