Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/docker/conformance/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Courtesy of https://github.com/opengeospatial/ets-ogcapi-features10/issues/197

FROM maven:3.9-eclipse-temurin-24
FROM maven:4.0.0-rc-5-eclipse-temurin-25

# Copy actual source files
ARG VERSION=1.9
RUN git clone --depth 1 --branch ${VERSION} https://github.com/opengeospatial/ets-ogcapi-features10.git /build
RUN git clone --depth 1 --branch upgradeSiteDescriptor-71 https://github.com/opengeospatial/ets-ogcapi-features10.git /build

WORKDIR /build/

Expand Down
Loading