Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v1.10.x/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:13.1-slim
FROM debian:13.2-slim

# Fetch the target information injected by Docker build
ARG TARGETOS
Expand Down
2 changes: 1 addition & 1 deletion v1.11.x/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:13.1-slim
FROM debian:13.2-slim

# Fetch the target information injected by Docker build
ARG TARGETOS
Expand Down
2 changes: 1 addition & 1 deletion v1.2.x/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:13.1-slim
FROM debian:13.2-slim

# Fetch the target information injected by Docker build
ARG TARGETOS
Expand Down
2 changes: 1 addition & 1 deletion v1.3.x/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:13.1-slim
FROM debian:13.2-slim

# Fetch the target information injected by Docker build
ARG TARGETOS
Expand Down
2 changes: 1 addition & 1 deletion v1.4.x/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:13.1-slim
FROM debian:13.2-slim

# Fetch the target information injected by Docker build
ARG TARGETOS
Expand Down
2 changes: 1 addition & 1 deletion v1.5.x/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:13.1-slim
FROM debian:13.2-slim

# Fetch the target information injected by Docker build
ARG TARGETOS
Expand Down
2 changes: 1 addition & 1 deletion v1.6.x/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:13.1-slim
FROM debian:13.2-slim

# Fetch the target information injected by Docker build
ARG TARGETOS
Expand Down
2 changes: 1 addition & 1 deletion v1.7.x/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:13.1-slim
FROM debian:13.2-slim

# Fetch the target information injected by Docker build
ARG TARGETOS
Expand Down
2 changes: 1 addition & 1 deletion v1.8.x/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:13.1-slim
FROM debian:13.2-slim

# Fetch the target information injected by Docker build
ARG TARGETOS
Expand Down
2 changes: 1 addition & 1 deletion v1.9.x/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:13.1-slim
FROM debian:13.2-slim

# Fetch the target information injected by Docker build
ARG TARGETOS
Expand Down