Skip to content

Commit

Permalink
Merge pull request #1155 from CalebSLane/develop
Browse files Browse the repository at this point in the history
change curl in Dockerfile so it doesn't break every time the version …
  • Loading branch information
CalebSLane authored Jul 1, 2024
2 parents b93051c + 1b6f191 commit eac712f
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 eac712f

Please sign in to comment.