diff options
-rw-r--r-- | Dockerfile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.in b/Dockerfile.in index d02d113..2b58167 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -12,6 +12,7 @@ RUN rm /etc/apk/repositories && \ RUN apk add --update-cache \ alpine-conf \ alpine-sdk \ + && apk upgrade -a \ && setup-apkcache /var/cache/apk RUN adduser -D builder \ |