Skip to content

Commit 2f7b2c1

Browse files
authored
Merge branch 'main' into TB-124-add-pgpool-connection-manager
2 parents 5020c02 + c6a9110 commit 2f7b2c1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
FROM hapiproject/hapi:v5.7.0
1+
FROM hapiproject/hapi:v6.0.1
22

33
# Copy the static shell into base image
4-
COPY --from=busybox /bin/sh /bin/sh
4+
COPY --from=busybox:1.36.0-uclibc /bin/sh /bin/sh
55
# Copy all necessary executables into distroless image
6-
COPY --from=busybox /bin/wget /bin/wget
7-
8-
6+
COPY --from=busybox:1.36.0-uclibc /bin/wget /bin/wget

fhir-datastore-hapi-fhir/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
services:
44
hapi-fhir:
5-
image: jembi/hapi:v5.7.0-wget
5+
image: jembi/hapi:v6.0.1-wget
66
networks:
77
mpi:
88
public:

0 commit comments

Comments
 (0)