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
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -17,7 +17,7 @@ import (
"github.com/spf13/viper" "github.com/spf13/viper"
) )
const VERSION = "1.7.9" const VERSION = "1.7.7"
type OptionMap map[string][]interface{} type OptionMap map[string][]interface{}
type Options map[string]OptionMap type Options map[string]OptionMap