mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-12-12 07:14:59 +00:00
Compare commits
2 Commits
bb29a98614
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e975a1a31 | ||
|
|
9cf919b42b |
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.24-alpine as builder
|
FROM golang:1.25-alpine as builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY go.* .
|
COPY go.* .
|
||||||
@@ -6,7 +6,7 @@ RUN go mod download
|
|||||||
COPY . .
|
COPY . .
|
||||||
RUN go build
|
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
|
RUN apk add --no-cache rclone bash curl docker-cli
|
||||||
COPY --from=builder /app/autorestic /usr/bin/autorestic
|
COPY --from=builder /app/autorestic /usr/bin/autorestic
|
||||||
ENTRYPOINT []
|
ENTRYPOINT []
|
||||||
|
|||||||
Reference in New Issue
Block a user