chore(deps): update golang docker tag to v1.22
All checks were successful
Go / build (pull_request) Successful in 1m52s
Go / build (push) Successful in 11m48s

This commit is contained in:
Renovate Bot 2024-02-07 03:02:15 +00:00
parent f8a25d4335
commit 18612c7eff

View file

@ -1,4 +1,4 @@
FROM golang:1.21-bookworm as builder
FROM golang:1.22-bookworm as builder
WORKDIR /app