Skip to content

Commit 176c8d7

Browse files
authored
Use Alpine 3.12 to build APKs (#39)
1 parent 782b4f8 commit 176c8d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/apk/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
FROM alpine:3.16
20+
FROM alpine:3.12
2121

2222
ARG PLATFORM
2323

@@ -48,7 +48,7 @@ RUN BOOST_VERSION=$(dep-version.py boost) && \
4848
tar xfz boost_${BOOST_VERSION_UNDESRSCORE}.tar.gz && \
4949
cd boost_${BOOST_VERSION_UNDESRSCORE} && \
5050
./bootstrap.sh --with-libraries=regex && \
51-
./b2 address-model=64 cxxflags=-fPIC link=static threading=multi variant=release install && \
51+
./b2 -d0 address-model=64 cxxflags=-fPIC link=static threading=multi variant=release install && \
5252
rm -rf /boost_${BOOST_VERSION_UNDESRSCORE}.tar.gz /boost_${BOOST_VERSION_UNDESRSCORE}
5353

5454
# Download and compile protobuf

0 commit comments

Comments
 (0)