Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
e277f49603 Merge 20773c6531 into 3b57602fe8 2023-08-16 17:05:00 +02:00
dependabot[bot]
20773c6531 Bump restic/restic from 0.15.1 to 0.15.2
Bumps restic/restic from 0.15.1 to 0.15.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-24 22:02:46 +00:00

View File

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