Skip to content

Commit

Permalink
Merge pull request #146 from fhem/dependabot/docker/debian-bullseye-2…
Browse files Browse the repository at this point in the history
…0231120-slim

Bump debian from bullseye-20231030-slim to bullseye-20231120-slim
  • Loading branch information
sidey79 authored Dec 8, 2023
2 parents b0db380 + 7ff543a commit 4e9d2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_IMAGE="debian"
ARG BASE_IMAGE_TAG="buster"

FROM debian:buster-20231030-slim as buster_base
FROM debian:buster-20231120-slim as buster_base

ARG TARGETPLATFORM

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-bullseye
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE="debian"
ARG BASE_IMAGE_TAG="bullseye"
FROM debian:bullseye-20231030-slim as bullseye_base
FROM debian:bullseye-20231120-slim as bullseye_base

ARG TARGETPLATFORM

Expand Down

0 comments on commit 4e9d2d1

Please sign in to comment.