Switch to using webhook_bridge instead of lighthouse to trigger the CI.
All checks were successful
build-staging Build build-staging has succeeded

This commit is contained in:
Tom Alexander
2024-09-30 18:00:51 -04:00
parent 4da6261cc1
commit d31c85dc44
7 changed files with 159 additions and 157 deletions

View File

@@ -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