Skip to content

Commit 481bd3f

Browse files
authored
Fix sandbox by pinning earlier prism image version. (#1365)
1 parent 12fb807 commit 481bd3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sandbox/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY ./specification ./specification
1717
RUN jq ".paths += $(cat HealthStatusEndpoint.json)" immunisation-fhir-api.json > updated-spec.json
1818

1919
# Second Stage
20-
FROM stoplight/prism:5
20+
FROM stoplight/prism:5.14.2
2121

2222
# Create a non-root user in the Prism container
2323
USER root
@@ -36,4 +36,4 @@ RUN chown -R appuser:appgroup /usr/src/prism
3636
USER appuser
3737

3838
# Running the Prism mock command with the OAS file
39-
CMD ["mock", "-h", "0.0.0.0", "-p", "9000", "immunisation-fhir-api/specification/immunisation-fhir-api.json"]
39+
CMD ["mock", "-h", "0.0.0.0", "-p", "9000", "immunisation-fhir-api/specification/immunisation-fhir-api.json"]

0 commit comments

Comments
 (0)