Skip to content

Commit

Permalink
Make sure all alpine packages are updated to their latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
othomann committed Jan 9, 2020
1 parent 74bf8b8 commit df80e53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM alpine:latest

RUN apk add --update git openssh-client

RUN apk add --update git openssh-client \
&& apk update \
&& apk upgrade

0 comments on commit df80e53

Please sign in to comment.