@ -5,7 +5,7 @@ FROM node:18-alpine AS build
RUN apk add --no-cache git
# Introduce a "cache bust" ARG
ARG CACHEBUST=7
ARG CACHEBUST=8
# Some command you always want to re-run
RUN echo "This step should be re-run every time: $CACHEBUST"