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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-02-07 10:50:18 +01:00
committed by GitHub
parent 1102ac984e
commit abcb61727f
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine FROM golang:1.22-alpine
RUN apk add bash git && \ RUN apk add bash git && \
mkdir -p /opt && \ mkdir -p /opt && \
mkdir -p /workspace && \ mkdir -p /workspace && \