chore(deps): update golang docker tag to v1.22

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 WORKDIR /app