Merge pull request #262 from tarampampam/dependabot/docker/golang-1.22-bullseye

build(deps): bump golang from 1.21-bullseye to 1.22-bullseye
This commit is contained in:
github-actions[bot] 2024-03-01 22:02:06 +00:00 committed by GitHub
commit 8dfc68dd6f
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/