Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
83cf479342 | ||
|
|
3954f1a2ae | ||
|
|
32a5a75c45 |
@@ -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 rustup target add wasm32-unknown-unknown
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user