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:
parent
ef5c560a67
commit
70e9c59046
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
include "/etc/lighttpd/mime-types.conf"
|
||||
include_shell "/etc/lighttpd/ipv6.sh"
|
||||
|
||||
server.port = env.PORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue