Skip to content

Commit

Permalink
Merge pull request #3 from ValMati/FixAlpineVersion
Browse files Browse the repository at this point in the history
Set Alpine version to 3.14.1
  • Loading branch information
ValMati authored Aug 16, 2021
2 parents 5141402 + 169df1c commit b19fb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.14.1

RUN apk add --update openssh borgbackup && \
rm -rf /tmp/* /var/cache/apk/*
Expand Down

0 comments on commit b19fb87

Please sign in to comment.