⬆️ Update golang Docker tag to v1.21.1
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Renovate 2023-09-07 01:04:24 +00:00
parent 6accfc341b
commit 5b6294297b

View File

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