Browse Source

version bump

master
Quildra 12 months ago
parent
commit
ba78635588
  1. 2
      dockerfile.frontend

2
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"

Loading…
Cancel
Save