snyk-bot 2023-08-10 02:08:25 +00:00
parent 322b231568
commit 1c7e3fe81b
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078

View File

@ -1,4 +1,4 @@
FROM node:lts-alpine
FROM node:20-alpine3.18
RUN apk add --no-cache bash>5.0.16-r0 git>2.26.0-r0
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh