File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ FROM golang:1.22 AS preparer
5
5
6
6
RUN apt-get update && \
7
7
DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
8
- curl=7.88.1-10+deb12u7 \
9
- git=1:2.39.5-0+deb12u1 \
10
- zip=3.0-13 \
11
- unzip=6.0-28 \
12
- g++=4:12.2.0-3 \
13
- gcc-aarch64-linux-gnu=4:12.2.0-3 \
14
- bzip2=1.0.8-5+b1 \
15
- make=4.3-4.1 \
8
+ curl \
9
+ git \
10
+ zip \
11
+ unzip \
12
+ g++ \
13
+ gcc-aarch64-linux-gnu \
14
+ bzip2 \
15
+ make \
16
16
&& rm -rf /var/lib/apt/lists/*
17
17
18
18
RUN go version
@@ -49,7 +49,7 @@ FROM golang:1.22 AS runner
49
49
50
50
RUN apt-get update && \
51
51
DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
52
- dnsutils=1:9.18.28-1~deb12u2 && \
52
+ dnsutils && \
53
53
rm -rf /var/lib/apt/lists/*
54
54
55
55
WORKDIR /
You can’t perform that action at this time.
0 commit comments