File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:24.10 AS init
1+ FROM ubuntu:noble-20241118.1 AS init
22
33ENV WORKDIR=/app
44WORKDIR ${WORKDIR}
@@ -15,7 +15,7 @@ ENV TZ=Etc/UTC
1515
1616# build tools
1717RUN apt-get update \
18- && apt-get -y install --no-install-recommends --no-install-suggests build-essential cmake gcc g++ make pkg-config \
18+ && apt-get -y install --no-install-recommends --no-install-suggests build-essential cmake g++ gcc make pkg-config \
1919 && rm -rf /var/lib/apt/lists/* \
2020 && make --version \
2121 && cmake --version \
@@ -112,7 +112,7 @@ COPY --from=builder ${WORKDIR}/build ${WORKDIR}/
112112
113113CMD ["make" , "test" ]
114114
115- FROM ubuntu:24.10 AS production
115+ FROM ubuntu:noble-20241118.1 AS production
116116
117117ENV LOG_LEVEL=INFO
118118ENV BRUTEFORCE=false
You can’t perform that action at this time.
0 commit comments