⬆️ Update golang Docker tag to v1.21.5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Renovate 2023-12-06 02:04:30 +00:00
parent f35a70d918
commit 4b2083056f

View File

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