chore(deps): update alpine docker tag to v3.20.2

This commit is contained in:
renovate[bot]
2024-07-22 23:06:40 +00:00
committed by Alexis Couvreur
parent d5c6d51154
commit a9f5b24725

View File

@@ -18,7 +18,7 @@ ARG TARGETARCH
RUN --mount=type=cache,target=/root/.cache/go-build \
make BUILDTIME=${BUILDTIME} VERSION=${VERSION} GIT_REVISION=${REVISION} ${TARGETOS}/${TARGETARCH}
FROM alpine:3.20.1
FROM alpine:3.20.2
RUN mkdir -p /etc/sablier/themes
EXPOSE 10000