Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
8e975a1a31 Bump restic/restic from 0.17.3 to 0.18.1
Bumps restic/restic from 0.17.3 to 0.18.1.

---
updated-dependencies:
- dependency-name: restic/restic
  dependency-version: 0.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-22 21:07:38 +00:00

View File

@@ -6,7 +6,7 @@ RUN go mod download
COPY . .
RUN go build
FROM restic/restic:0.17.3
FROM restic/restic:0.18.1
RUN apk add --no-cache rclone bash curl docker-cli
COPY --from=builder /app/autorestic /usr/bin/autorestic
ENTRYPOINT []