This commit is contained in:
Crimekillz 2024-06-30 13:36:33 +02:00
parent 5b08308247
commit e6052f4593

View File

@ -31,7 +31,7 @@ RUN yarn focus-production
RUN --mount=type=cache,target=/trashposs/.yarncache_focused rm -rf .yarncache/* && cp -Tr .yarn .yarncache_focused RUN --mount=type=cache,target=/trashposs/.yarncache_focused rm -rf .yarncache/* && cp -Tr .yarn .yarncache_focused
## Runtime container ## Runtime container
FROM alpine:3.18 FROM alpine:3.20
WORKDIR /trashposs WORKDIR /trashposs
# Install runtime dependencies # Install runtime dependencies