Skip to content

Commit 64573a9

Browse files
author
nxcc
committed
update base Docker image & deps & go
1 parent f06d3dd commit 64573a9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://hub.docker.com/_/golang
2-
FROM golang:1.26.0 AS builder
2+
FROM golang:1.26.1 AS builder
33
WORKDIR /go/src/app
44
ARG VERSION
55
COPY . ./
@@ -11,7 +11,7 @@ FROM library/alpine:3.23.3
1111
# https://github.com/restic/restic/releases
1212
ARG 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
1515
RUN set -x \
1616
&& apk --no-cache add curl \
1717
&& curl -Lo /usr/bin/restic.bz2 \

0 commit comments

Comments
 (0)