1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-07-17 16:38:59 +00:00

chore: update alpine base image version

This commit is contained in:
Bastien Wirtz 2026-04-05 15:14:19 +02:00
parent ef5c560a67
commit 70e9c59046
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# build stage
FROM --platform=$BUILDPLATFORM node:22-alpine3.21 AS build-stage
FROM --platform=$BUILDPLATFORM node:24-alpine3.23 AS build-stage
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
@ -15,7 +15,7 @@ COPY . .
RUN pnpm build
# production stage
FROM alpine:3.21
FROM alpine:3.23
ARG VERSION_TAG=latest

View file

@ -1,4 +1,3 @@
include "/etc/lighttpd/mime-types.conf"
include_shell "/etc/lighttpd/ipv6.sh"
server.port = env.PORT