mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
chore(deps): update alpine docker tag to v3.20.3
This commit is contained in:
committed by
Alexis Couvreur
parent
2fd828c9a2
commit
307157c2c8
@@ -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.2
|
||||
FROM alpine:3.20.3
|
||||
|
||||
RUN mkdir -p /etc/sablier/themes
|
||||
EXPOSE 10000
|
||||
|
||||
Reference in New Issue
Block a user