dep updates
This commit is contained in:
parent
b31aa14bc4
commit
894144b9d5
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ RUN apk add --no-cache ca-certificates nodejs-current yarn && \
|
||||||
|
|
||||||
FROM --platform="$BUILDPLATFORM" alpine:3.19.0 as crowdsec
|
FROM --platform="$BUILDPLATFORM" alpine:3.19.0 as crowdsec
|
||||||
|
|
||||||
ARG CSNB_VER=v1.0.6-rc4
|
ARG CSNB_VER=v1.0.6-rc5
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
RUN apk add --no-cache ca-certificates git build-base && \
|
RUN apk add --no-cache ca-certificates git build-base && \
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
"mini-css-extract-plugin": "1.6.2",
|
"mini-css-extract-plugin": "1.6.2",
|
||||||
"moment": "2.30.1",
|
"moment": "2.30.1",
|
||||||
"node-sass": "7.0.3",
|
"node-sass": "7.0.3",
|
||||||
"nodemon": "3.0.2",
|
"nodemon": "3.0.3",
|
||||||
"numeral": "2.0.6",
|
"numeral": "2.0.6",
|
||||||
"sass-loader": "10.5.2",
|
"sass-loader": "10.5.2",
|
||||||
"style-loader": "3.3.4",
|
"style-loader": "3.3.4",
|
||||||
|
|
Loading…
Reference in a new issue