Compare commits

...

2 Commits

+5 -5
View File
@@ -1,9 +1,9 @@
FROM node:20-slim FROM alpine
RUN apt-get update && \ RUN apk add --no-cache bash nodejs npm git \
apt-get install -y --no-install-recommends git && \ && node --version \
rm -rf /var/lib/apt/lists/* && \ && npm --version \
git --version && git --version
WORKDIR /action WORKDIR /action