File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ the [docs directory](docs).
9494 * ` v1.7.22 ` update base Docker image & deps & go
9595 * ` v1.7.23 ` update base Docker image & deps & go
9696 * ` v1.7.24 ` update base Docker image & deps & go fix
97+ * ` v1.7.25 ` update base Docker image & deps & go
9798
9899[ restic ] : https://github.com/restic/restic
99100[ sidecar ] : test/deploy/demo/base/_common/deployment.yaml#L26-L48
Original file line number Diff line number Diff line change 11# https://hub.docker.com/_/golang
2- FROM golang:1.26.0 AS builder
2+ FROM golang:1.26.1 AS builder
33WORKDIR /go/src/app
44ARG VERSION
55COPY . ./
@@ -11,7 +11,7 @@ FROM library/alpine:3.23.3
1111# https://github.com/restic/restic/releases
1212ARG RESTIC_VERSION=0.18.1
1313# https://github.com/mikefarah/yq/releases/
14- ARG YQ_VERSION=4.52.4
14+ ARG YQ_VERSION=4.52.5
1515RUN set -x \
1616 && apk --no-cache add curl \
1717 && curl -Lo /usr/bin/restic.bz2 \
You can’t perform that action at this time.
0 commit comments