⬆️ Update golang Docker tag to v1.22.3
All checks were successful
ci / docker (pull_request) Successful in 11s

This commit is contained in:
Renovate 2024-05-08 01:06:30 +00:00
parent ec9387bd1d
commit 755328e804

View File

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