File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
####################################################
2
2
# GOLANG BUILDER
3
3
####################################################
4
- FROM golang:1.24 as builder
4
+ FROM golang:1.24 AS builder
5
5
6
6
ARG VERSION
7
7
@@ -17,9 +17,9 @@ RUN CGO_ENABLED=1 go build \
17
17
####################################################
18
18
# APFS-FUSE BUILDER
19
19
####################################################
20
- FROM ubuntu:22 .04
20
+ FROM ubuntu:24 .04
21
21
22
- LABEL maintainer "https://github.com/blacktop"
22
+ LABEL maintainer= "https://github.com/blacktop"
23
23
24
24
ARG DEBIAN_FRONTEND=noninteractive
25
25
@@ -41,7 +41,7 @@ RUN buildDeps='libfuse3-dev bzip2 libbz2-dev libz-dev cmake build-essential git
41
41
&& apt-get clean \
42
42
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
43
43
44
- ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
44
+ ENV LD_LIBRARY_PATH=" $LD_LIBRARY_PATH:/usr/local/lib"
45
45
ENV IPSW_IN_DOCKER=1
46
46
47
47
COPY --from=builder /bin/ipswd /bin/ipswd
You can’t perform that action at this time.
0 commit comments