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

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/