Skip to content

Commit

Permalink
build(docker): bump golang from 1.22-bookworm to 1.23-bookworm
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and umglurf committed Aug 23, 2024
1 parent 0d2cea5 commit 3cd4fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: GPL-3.0-only

FROM golang:1.22-bookworm as build
FROM golang:1.23-bookworm as build

RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_x86_64 \
&& chmod +x /usr/local/bin/dumb-init
Expand Down

0 comments on commit 3cd4fb3

Please sign in to comment.