We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b672750 commit 313ad4dCopy full SHA for 313ad4d
Dockerfile
@@ -3,7 +3,7 @@ ARG BUILD_OS=debian
3
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.7.0 AS xx
4
5
### Build base image for debian
6
-FROM --platform=$BUILDPLATFORM debian:12 AS build-base-debian
+FROM --platform=$BUILDPLATFORM debian:13 AS build-base-debian
7
8
RUN apt-get update \
9
&& apt-get install --no-install-recommends --no-install-suggests -y \
build/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:12 AS base
+FROM debian:13 AS base
2
RUN apt-get update && \
apt-get install --no-install-recommends --no-install-suggests -y \
0 commit comments