Skip to content

Commit b906435

Browse files
Update from buster to bookworm
Signed-off-by: alexey semenyuk <alexsemenyuk88@gmail.com>
1 parent c176bfe commit b906435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN make
1414
RUN DB_MIGRATIONS_DIR=$(go list -f '{{.Dir}}' github.com/hyperledger/firefly-transaction-manager/pkg/ffcapi | sed 's|pkg/ffcapi|db|') \
1515
&& cp -R $DB_MIGRATIONS_DIR db
1616

17-
FROM debian:buster-slim
17+
FROM debian:bookworm-slim
1818
WORKDIR /tezosconnect
1919
RUN chgrp -R 0 /tezosconnect \
2020
&& chmod -R g+rwX /tezosconnect

0 commit comments

Comments
 (0)