Skip to content

Commit fb0c7cd

Browse files
Update debian Docker tag to v13
| datasource | package | from | to | | ---------- | ------- | ---- | -- | | docker | debian | 12 | 13 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 815fe30 commit fb0c7cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BUILD_OS=debian
33
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx
44

55
### Build base image for debian
6-
FROM --platform=$BUILDPLATFORM debian:12 AS build-base-debian
6+
FROM --platform=$BUILDPLATFORM debian:13 AS build-base-debian
77

88
RUN apt-get update \
99
&& apt-get install --no-install-recommends --no-install-suggests -y \

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:12 AS base
1+
FROM debian:13 AS base
22

33
RUN apt-get update && \
44
apt-get install --no-install-recommends --no-install-suggests -y \

0 commit comments

Comments
 (0)