Skip to content

Commit

Permalink
Bump golang from 1.22-bookworm to 1.23-bookworm in /docker
Browse files Browse the repository at this point in the history
Bumps golang from 1.22-bookworm to 1.23-bookworm.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent ca47661 commit 9795faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN mkdir -p /binaries && \
cp /usr/bin/qemu-arm-static /binaries/; \
fi

FROM golang:1.22-bookworm AS builder
FROM golang:1.23-bookworm AS builder

# hadolint ignore=DL3008
RUN echo "deb http://deb.debian.org/debian bookworm-backports main" >/etc/apt/sources.list.d/backports.list \
Expand Down

0 comments on commit 9795faa

Please sign in to comment.