chore(release): automatic release v0.1.0

This commit is contained in:
homarr-releases[bot]
2024-10-04 19:33:01 +00:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM node:20.18.0-alpine AS base
FROM node:20.17.0-alpine AS base
FROM base AS builder
RUN apk add --no-cache libc6-compat