set upgrade seconds image

This commit is contained in:
Jesús 2022-11-19 04:37:14 +08:00
parent cb237251a5
commit 56589294d6
No known key found for this signature in database
GPG Key ID: 7E68FEB76E35BF92

View File

@ -35,7 +35,7 @@ FROM base
WORKDIR /srv/app WORKDIR /srv/app
# Runtime Dependencies # Runtime Dependencies
RUN apk --no-cache add tor curl RUN apk update && apk upgrade && apk --no-cache add tor curl
COPY --from=builder /install /usr/local COPY --from=builder /install /usr/local
COPY --from=builder /srv/app /srv/app COPY --from=builder /srv/app /srv/app