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
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM rustlang/rust:nightly-alpine3.17 FROM rustlang/rust:nightly-alpine3.19
RUN apk add --no-cache musl-dev make bash RUN apk add --no-cache musl-dev make bash
RUN rustup target add wasm32-unknown-unknown RUN rustup target add wasm32-unknown-unknown

View File

@ -4,7 +4,7 @@ COPY . /source
RUN ls /source/ RUN ls /source/
RUN natter build --config /source/natter.toml 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 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 RUN addgroup web && adduser -D -G web web && install -d -D -o web -g web -m 700 /srv/http/public