Skip to content

Commit 4aefd8e

Browse files
authored
Merge pull request #154 from fhem/dev
Update Master
2 parents 3c746a4 + 77bf801 commit 4aefd8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prepare-svn/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919

2020
- name: Cache fhem
2121
id: cache-fhem
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: ./src/fhem/trunk
2525
key: ${{ runner.os }}-fhemsvn-${{ steps.svnRemote.outputs.LAST_SVN_REVISION }}

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-20231030-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-20231030-slim as bullseye_base
3+
FROM debian:bullseye-20240211-slim as bullseye_base
44

55
ARG TARGETPLATFORM
66

0 commit comments

Comments
 (0)