Skip to content

Commit

Permalink
Upgrade Alpine to 3.14 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jun 21, 2021
1 parent b2ef8f6 commit 690c77f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p



## [alpine3.14-r0] · 2021-06-21
[alpine3.14-r0]: /../../tree/alpine3.14-r0

[Diff](/../../compare/alpine3.13-r4...alpine3.14-r0)

### Upgraded

- [Alpine Linux] 3.14: <https://www.alpinelinux.org/posts/Alpine-3.14.0-released.html>




## [alpine3.13-r4] · 2021-04-15
[alpine3.13-r4]: /../../tree/alpine3.13-r4

Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://hub.docker.com/_/alpine
ARG alpine_ver=3.13
FROM alpine:${alpine_ver}.5
ARG alpine_ver=3.14
FROM alpine:${alpine_ver}

ARG build_rev=4
ARG build_rev=0

LABEL org.opencontainers.image.source="\
https://github.com/instrumentisto/rsync-ssh-docker-image"
Expand All @@ -13,7 +13,7 @@ RUN apk update \
&& apk upgrade \
&& apk add --no-cache \
rsync \
openssh-client \
openssh-client-default \
ca-certificates \
&& update-ca-certificates \
&& rm -rf /var/cache/apk/*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Rsync + SSH Docker image

## Supported tags and respective `Dockerfile` links

- [`alpine3.13-r4`, `alpine3.13`, `alpine`, `latest`][d1]
- [`alpine3.14-r0`, `alpine3.14`, `alpine`, `latest`][d1]



Expand Down

0 comments on commit 690c77f

Please sign in to comment.