We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5020c02 + c6a9110 commit 2f7b2c1Copy full SHA for 2f7b2c1
fhir-datastore-hapi-fhir/Dockerfile
@@ -1,8 +1,6 @@
1
-FROM hapiproject/hapi:v5.7.0
+FROM hapiproject/hapi:v6.0.1
2
3
# Copy the static shell into base image
4
-COPY --from=busybox /bin/sh /bin/sh
+COPY --from=busybox:1.36.0-uclibc /bin/sh /bin/sh
5
# Copy all necessary executables into distroless image
6
-COPY --from=busybox /bin/wget /bin/wget
7
-
8
+COPY --from=busybox:1.36.0-uclibc /bin/wget /bin/wget
fhir-datastore-hapi-fhir/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.9'
services:
hapi-fhir:
- image: jembi/hapi:v5.7.0-wget
+ image: jembi/hapi:v6.0.1-wget
networks:
mpi:
public:
0 commit comments