diff --git a/Dockerfile b/Dockerfile index 0ed7c696..ef3e0c65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,9 @@ RUN adduser \ --no-create-home \ --uid "${UID}" \ "${USER}" + +# Install package updates since image release +RUN apk update && apk --no-cache --quiet upgrade # Install shards for caching COPY shard.yml shard.yml