Skip to content

Commit 77bf801

Browse files
authored
Merge pull request #153 from fhem/dependabot/docker/debian-bullseye-20240211-slim
build(deps): bump debian from bullseye-20240130-slim to bullseye-20240211-slim
2 parents 16f7a55 + 520d570 commit 77bf801

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
@@ -1,7 +1,7 @@
11
ARG BASE_IMAGE="debian"
22
ARG BASE_IMAGE_TAG="buster"
33

4-
FROM debian:buster-20240130-slim as buster_base
4+
FROM debian:buster-20240211-slim as buster_base
55

66
ARG TARGETPLATFORM
77

Dockerfile-bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BASE_IMAGE="debian"
22
ARG BASE_IMAGE_TAG="bullseye"
3-
FROM debian:bullseye-20240130-slim as bullseye_base
3+
FROM debian:bullseye-20240211-slim as bullseye_base
44

55
ARG TARGETPLATFORM
66

0 commit comments

Comments
 (0)