diff --git a/dockerfile.frontend b/dockerfile.frontend index 27c0b5b..16c1214 100644 --- a/dockerfile.frontend +++ b/dockerfile.frontend @@ -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"