Update alpine.
This commit is contained in:
@@ -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