Browse Source

build(deps): bump golang in /packaging/debian

Bumps golang from 1.23-bookworm to 1.24-bookworm.

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 year ago
parent
commit
f7e30822c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packaging/debian/Dockerfile

+ 1 - 1
packaging/debian/Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.io/golang:1.23-bookworm AS build
+FROM docker.io/golang:1.24-bookworm AS build
 
 ENV DEBIAN_FRONTEND=noninteractive