diff --git a/images/Dockerfile b/images/Dockerfile index 80e793e1551..257d12c6359 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -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 \ No newline at end of file