Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Dockerfile restic miss 1.23.10
Signed-off-by: Tiger Kaovilai <[email protected]>
  • Loading branch information
kaovilai committed Jul 2, 2025
commit 051d7a423e7f63181606c8b4f34cc4b66fe6be42
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN mkdir -p /output/usr/bin && \
go clean -modcache -cache

# Restic binary build section
FROM --platform=$BUILDPLATFORM golang:1.23.8-bookworm AS restic-builder
FROM --platform=$BUILDPLATFORM golang:1.23.10-bookworm AS restic-builder

ARG GOPROXY
ARG BIN
Expand Down Expand Up @@ -82,4 +82,3 @@ COPY --from=velero-builder /output /
COPY --from=restic-builder /output /

USER cnb:cnb

Loading