Switch to using webhook_bridge instead of lighthouse to trigger the CI.
All checks were successful
build-staging Build build-staging has succeeded
All checks were successful
build-staging Build build-staging has succeeded
This commit is contained in:
@@ -4,7 +4,7 @@ COPY . /source
|
||||
RUN ls /source/
|
||||
RUN natter build --config /source/natter.toml
|
||||
|
||||
FROM alpine:3.19 AS server
|
||||
FROM alpine:3.20 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