File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- FROM rust:1.88 -slim as builder
1+ FROM rust:1.90 -slim AS builder
22WORKDIR /whatwg/html-build
33COPY Cargo.lock Cargo.toml ./
44COPY src ./src/
@@ -13,11 +13,11 @@ COPY --from=builder /usr/local/cargo/bin/html-build /bin/html-build
1313
1414COPY --from=ghcr.io/whatwg/wattsi:latest /whatwg/wattsi/bin/wattsi /bin/wattsi
1515
16- ENV PIPX_HOME /opt/pipx
17- ENV PIPX_BIN_DIR /usr/bin
16+ ENV PIPX_HOME= /opt/pipx
17+ ENV PIPX_BIN_DIR= /usr/bin
1818RUN pipx install bs-highlighter
1919
2020COPY . /whatwg/html-build/
2121
22- ENV SKIP_BUILD_UPDATE_CHECK true
22+ ENV SKIP_BUILD_UPDATE_CHECK= true
2323ENTRYPOINT ["bash" , "/whatwg/html-build/build.sh" ]
Original file line number Diff line number Diff line change 11# This Dockerfile is just used to run on Travis CI in an environment that can easily and repeatedly
22# install our build dependencies.
3- FROM rust:1.88 -slim as builder
3+ FROM rust:1.90 -slim AS builder
44WORKDIR /whatwg/html-build
55COPY Cargo.lock Cargo.toml ./
66COPY src ./src/
@@ -27,8 +27,8 @@ COPY --from=builder /usr/local/cargo/bin/html-build /bin/html-build
2727
2828COPY --from=ghcr.io/whatwg/wattsi:latest /whatwg/wattsi/bin/wattsi /bin/wattsi
2929
30- ENV PIPX_HOME /opt/pipx
31- ENV PIPX_BIN_DIR /usr/bin
30+ ENV PIPX_HOME= /opt/pipx
31+ ENV PIPX_BIN_DIR= /usr/bin
3232RUN pipx install bs-highlighter
3333
3434# The DockerHub container for the validator only contains the server version, so we get the .jar
You can’t perform that action at this time.
0 commit comments