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

This commit is contained in:
Renovate 2024-07-03 01:06:38 +00:00
parent 546f9ebfb7
commit d4fcf373ab

View File

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