Skip to content

Commit

Permalink
update base Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nxcc committed Apr 16, 2024
1 parent ad2946c commit 13435b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ the [docs directory](docs).
* `v1.7.2` update restic in Docker image
* `v1.7.3` update base Docker image
* `v1.7.4` update base Docker image
* `v1.7.5` update base Docker image

[restic]: https://github.com/restic/restic
[sidecar]: test/deploy/demo/base/_common/deployment.yaml#L26-L48
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/_/golang
FROM golang:1.22.1 AS builder
FROM golang:1.22.2 AS builder
WORKDIR /go/src/app
ARG VERSION
COPY . ./
Expand All @@ -11,7 +11,7 @@ FROM library/alpine:3.19.1
# https://github.com/restic/restic/releases
ARG RESTIC_VERSION=0.16.4
# https://github.com/mikefarah/yq/releases/
ARG YQ_VERSION=4.42.1
ARG YQ_VERSION=4.43.1
RUN set -x \
&& apk --no-cache add curl \
&& curl -Lo /usr/bin/restic.bz2 \
Expand Down

0 comments on commit 13435b6

Please sign in to comment.