mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-24 22:39:25 +01:00
chore(deps): update alpine docker tag to v3.18.4
This commit is contained in:
committed by
Alexis Couvreur
parent
efe595edfa
commit
f301471bdd
@@ -17,7 +17,7 @@ ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
RUN make BUILDTIME=${BUILDTIME} VERSION=${VERSION} GIT_REVISION=${REVISION} ${TARGETOS}/${TARGETARCH}
|
||||
|
||||
FROM alpine:3.18.3
|
||||
FROM alpine:3.18.4
|
||||
|
||||
COPY --from=build /go/src/sablier/sablier* /etc/sablier/sablier
|
||||
COPY docker/sablier.yaml /etc/sablier/sablier.yaml
|
||||
|
||||
Reference in New Issue
Block a user