update deps (#353)

This commit is contained in:
2024-02-09 14:18:24 +01:00
committed by GitHub
parent 24220f6b62
commit b5604b8b9f
5 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder
WORKDIR /app
COPY go.* .
@@ -6,7 +6,7 @@ RUN go mod download
COPY . .
RUN go build
FROM restic/restic:0.16.0
FROM restic/restic:0.16.4
RUN apk add --no-cache rclone bash curl
COPY --from=builder /app/autorestic /usr/bin/autorestic
ENTRYPOINT []