Skip to content

Commit

Permalink
Merge pull request #96 from sineverba/fix-alpine-network-issue
Browse files Browse the repository at this point in the history
Fix Alpine network issue
  • Loading branch information
sineverba committed Feb 7, 2021
2 parents 1f7580b + 763a896 commit fa39736
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Next version
# 4.5.0
+ Rearrange instructions (for Docker)
+ Add `linux/arm64` architecture
+ Add date to log
+ Fix Alpine network issue (@see https://github.com/loomchild/volume-backup/issues/34 and https://github.com/alpinelinux/docker-alpine/issues/135)

## 4.4.0
+ Remove force renew from Docker
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13.1
FROM alpine:3.12.3

RUN apk add --no-cache bash curl jq openssl --upgrade grep

Expand Down

0 comments on commit fa39736

Please sign in to comment.