chore(deps): update golang docker tag to v1.21 (#15)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-08-11 16:07:07 +02:00
committed by GitHub
parent ca30c3b191
commit 44502a1707
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine
FROM golang:1.21-alpine
RUN apk add bash git && \
mkdir -p /opt && \
mkdir -p /workspace && \