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
2
2
WORKDIR /whatwg/html-build
3
3
COPY Cargo.lock Cargo.toml ./
4
4
COPY src ./src/
@@ -13,11 +13,11 @@ COPY --from=builder /usr/local/cargo/bin/html-build /bin/html-build
13
13
14
14
COPY --from=ghcr.io/whatwg/wattsi:latest /whatwg/wattsi/bin/wattsi /bin/wattsi
15
15
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
18
18
RUN pipx install bs-highlighter
19
19
20
20
COPY . /whatwg/html-build/
21
21
22
- ENV SKIP_BUILD_UPDATE_CHECK true
22
+ ENV SKIP_BUILD_UPDATE_CHECK= true
23
23
ENTRYPOINT ["bash" , "/whatwg/html-build/build.sh" ]
Original file line number Diff line number Diff line change 1
1
# This Dockerfile is just used to run on Travis CI in an environment that can easily and repeatedly
2
2
# install our build dependencies.
3
- FROM rust:1.88 -slim as builder
3
+ FROM rust:1.90 -slim AS builder
4
4
WORKDIR /whatwg/html-build
5
5
COPY Cargo.lock Cargo.toml ./
6
6
COPY src ./src/
@@ -27,8 +27,8 @@ COPY --from=builder /usr/local/cargo/bin/html-build /bin/html-build
27
27
28
28
COPY --from=ghcr.io/whatwg/wattsi:latest /whatwg/wattsi/bin/wattsi /bin/wattsi
29
29
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
32
32
RUN pipx install bs-highlighter
33
33
34
34
# 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