build(deps): bump golang from 1.21-bullseye to 1.22-bullseye

Bumps golang from 1.21-bullseye to 1.22-bullseye.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-01 22:01:50 +00:00 committed by GitHub
parent b848ea7525
commit 7beea7b5a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# this stage is used to build the application
FROM golang:1.21-bullseye AS builder
FROM golang:1.22-bullseye AS builder
COPY ./go.* /src/