Update alpine.
All checks were successful
build-homepage-staging Build build-homepage-staging has succeeded
build-homepage Build build-homepage has succeeded

This commit is contained in:
Tom Alexander
2024-04-23 21:02:58 -04:00
parent 3954f1a2ae
commit 83cf479342
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ COPY . /source
RUN ls /source/
RUN natter build --config /source/natter.toml
FROM alpine:3.18 AS server
FROM alpine:3.19 AS server
RUN apk add --no-cache bash nginx
RUN addgroup web && adduser -D -G web web && install -d -D -o web -g web -m 700 /srv/http/public