Skip to content

Commit

Permalink
Update packages to fetch security patches (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
korroot authored May 9, 2023
1 parent 5e435f4 commit 7bd980f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17.0 as base
FROM alpine:3.17 as base

## build-stage

Expand Down Expand Up @@ -27,7 +27,7 @@ LABEL org.opencontainers.image.vendor="Travelping GmbH"
LABEL org.opencontainers.image.title="rclone-$VERSION"
LABEL org.opencontainers.image.description="rclone - rsync for cloud storage"

RUN apk --update --no-cache add \
RUN apk update && apk upgrade --no-cache && apk --no-cache add \
ca-certificates \
coreutils \
inotify-tools \
Expand Down

0 comments on commit 7bd980f

Please sign in to comment.