⬆️ Update golang Docker tag to v1.22.2
All checks were successful
ci / docker (pull_request) Successful in 2m15s

This commit is contained in:
Renovate 2024-04-05 01:06:16 +00:00
parent 96ffd3f895
commit c554f98594

View File

@ -1,4 +1,4 @@
FROM golang:1.22.1-alpine AS build-stage
FROM golang:1.22.2-alpine AS build-stage
WORKDIR /app