Update alpine.
This commit is contained in:
parent
3954f1a2ae
commit
83cf479342
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user