Skip to content

Commit

Permalink
feat(autoupgrade): auto upgrade os packages in rclone Uploader image (#…
Browse files Browse the repository at this point in the history
…2101)

feat(autoupgrade): auto upgrade os packages
  • Loading branch information
amardeep2006 authored Jan 21, 2024
1 parent 771a807 commit e65da83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Uploader/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASED_TAG
FROM rclone/rclone:${BASED_TAG}

RUN apk update \
RUN apk update && apk upgrade \
&& apk add --no-cache --update \
bash \
curl \
Expand Down

0 comments on commit e65da83

Please sign in to comment.