From ba786355885f48afc1e7fcecd568369badce2aa5 Mon Sep 17 00:00:00 2001 From: Quildra Date: Mon, 30 Dec 2024 19:43:03 +0000 Subject: [PATCH] version bump --- dockerfile.frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"