mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-27 23:46:36 +01:00
fix(deps): set Dockerfile alpine version to 3.18.3
This commit is contained in:
@@ -17,7 +17,7 @@ ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
RUN make BUILDTIME=${BUILDTIME} VERSION=${VERSION} GIT_REVISION=${REVISION} ${TARGETOS}/${TARGETARCH}
|
||||
|
||||
FROM alpine
|
||||
FROM alpine:3.18.3
|
||||
|
||||
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