Skip to content

Commit

Permalink
Update Alpine to 3.14.3 version to fix CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 15, 2021
1 parent c2d721a commit 192500c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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-r3] · 2021-11-15
[alpine3.14-r3]: /../../tree/alpine3.14-r3

[Diff](/../../compare/alpine3.14-r2...alpine3.14-r3)

### Security updated

- [Alpine Linux] 3.14.3: <https://github.com/docker-library/official-images/commit/89298ea1c14b4241dcf3bad1b3092d178ca1ecbc>




## [alpine3.14-r2] · 2021-08-28
[alpine3.14-r2]: /../../tree/alpine3.14-r2

Expand Down
4 changes: 2 additions & 2 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.14
FROM alpine:${alpine_ver}.2
FROM alpine:${alpine_ver}.3

ARG build_rev=2
ARG build_rev=3

LABEL org.opencontainers.image.source="\
https://github.com/instrumentisto/rsync-ssh-docker-image"
Expand Down
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.14-r2`, `alpine3.14`, `alpine`, `latest`][d1]
- [`alpine3.14-r3`, `alpine3.14`, `alpine`, `latest`][d1]



Expand Down

0 comments on commit 192500c

Please sign in to comment.