Skip to content

Commit 7e4a503

Browse files
committed
Update Dockerfile
1 parent 479a7b9 commit 7e4a503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN CGO_ENABLED=1 go build \
1818
####################################################
1919
# APFS-FUSE BUILDER
2020
####################################################
21-
FROM ubuntu:22.04
21+
FROM ubuntu:24.04
2222

2323
LABEL maintainer="https://github.com/blacktop"
2424

@@ -42,7 +42,7 @@ RUN buildDeps='libfuse3-dev bzip2 libbz2-dev libz-dev cmake build-essential git
4242
&& apt-get clean \
4343
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
4444

45-
ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib"
45+
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
4646
ENV IPSW_IN_DOCKER=1
4747

4848
COPY --from=builder /bin/ipsw /bin/ipsw

0 commit comments

Comments
 (0)