Skip to content

Commit

Permalink
Merge pull request #22 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.4
  • Loading branch information
xfournet authored Apr 3, 2021
2 parents 7c7f905 + 1dce9dd commit cea0276
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 official [BusyBox glibc image](https://hub.docker.com/_/busybox)

Based on the official [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.13.3.svg)](https://microbadger.com/images/xfournet/jready:alpine-3.13.3)
[![](https://images.microbadger.com/badges/image/xfournet/jready:alpine-3.13.3.svg)](https://microbadger.com/images/xfournet/jready:alpine-3.13.3)
[![](https://images.microbadger.com/badges/version/xfournet/jready:alpine-3.13.4.svg)](https://microbadger.com/images/xfournet/jready:alpine-3.13.4)
[![](https://images.microbadger.com/badges/image/xfournet/jready:alpine-3.13.4.svg)](https://microbadger.com/images/xfournet/jready:alpine-3.13.4)

# 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.3
ARG alpine_image=alpine:3.13.4
ARG alpine_glibc_version=2.33-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)
Expand Down

0 comments on commit cea0276

Please sign in to comment.