Update used based image for Kotlin builds

This commit is contained in:
Nikolay Krasko
2023-04-14 15:23:28 +02:00
committed by Space Team
parent a5876811d8
commit cdec1e6c62
+2 -2
View File
@@ -1,7 +1,7 @@
# Local build with no caches:
# docker build --no-cache -t local/kotlin-build-env:v6 -f kotlin-build-env.dockerfile .
# docker build --no-cache -t local/kotlin-build-env:v7 -f kotlin-build-env.dockerfile .
FROM debian:10.12-slim
FROM debian:11.6-slim
RUN apt-get update \
&& apt-get install -y locales \