summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-04-29 13:39:24 +0200
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-04-29 13:39:24 +0200
commit4421fb2127ff9f9f73dc0b0024d114a4eb8bb3a4 (patch)
treee757758c3c9639264670e91878ac081de49cb822
parent604c54a740abc572827a175a7de84aaf7df2e1e6 (diff)
Update libalx
-rw-r--r--rob/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rob/Dockerfile b/rob/Dockerfile
index a1b1840..4c65bbe 100644
--- a/rob/Dockerfile
+++ b/rob/Dockerfile
@@ -3,11 +3,11 @@
# SPDX-License-Identifier: GPL-2.0-only #
###############################################################################
-FROM debian:stable-slim AS build
+FROM debian:testing-slim AS build
RUN apt-get update && \
apt-get upgrade -V --yes && \
apt-get install -V \
- gcc \
+ gcc-10 \
make \
git \
pkg-config \