diff --git a/.webhook_bridge/pipeline-build-homepage-staging.yaml b/.webhook_bridge/pipeline-build-homepage-staging.yaml index 246b744..604324b 100644 --- a/.webhook_bridge/pipeline-build-homepage-staging.yaml +++ b/.webhook_bridge/pipeline-build-homepage-staging.yaml @@ -216,7 +216,7 @@ spec: - name: dockerconfig workspace: docker-credentials runAfter: - - report-pending # TODO: Change to a more specific runAfter + - fetch-repository - name: build-explorer-wasm taskSpec: metadata: {} diff --git a/docker/organic/Dockerfile b/docker/organic/Dockerfile index 11cf9d2..dfb7a02 100644 --- a/docker/organic/Dockerfile +++ b/docker/organic/Dockerfile @@ -1,4 +1,4 @@ -FROM rustlang/rust:nightly-alpine3.19 +FROM rustlang/rust:nightly-alpine3.20 RUN apk add --no-cache musl-dev make bash RUN rustup target add wasm32-unknown-unknown diff --git a/docker/server/Dockerfile b/docker/server/Dockerfile index 970aafb..713f521 100644 --- a/docker/server/Dockerfile +++ b/docker/server/Dockerfile @@ -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