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

This commit is contained in:
Renovate 2024-06-05 01:05:21 +00:00
parent 5fac31c6e3
commit bb9417e232

View File

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