mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 21:33:06 +01:00
chore(deps): update alpine docker tag to v3.20.2
This commit is contained in:
committed by
Alexis Couvreur
parent
d5c6d51154
commit
a9f5b24725
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user