mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-26 16:30:57 +01:00
chore: revert base image to 20.17.0 alpine (#1236)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user