Skip to content

Commit

Permalink
change curl in Dockerfile so it doesn't break every time the version …
Browse files Browse the repository at this point in the history
…changes
  • Loading branch information
CalebSLane committed Jul 1, 2024
1 parent 850c943 commit d7dd992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhir/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM hapiproject/hapi:v6.6.0-tomcat

USER root
RUN apt-get update && apt-get install -y curl=7.74.0-1.3+deb11u7
RUN apt-get update && apt-get install -y curl

RUN groupadd tomcat; \
groupadd tomcat-ssl-cert -g 8443; \
Expand Down

0 comments on commit d7dd992

Please sign in to comment.