Skip to content

Commit

Permalink
Merge pull request #154 from fhem/dev
Browse files Browse the repository at this point in the history
Update Master
  • Loading branch information
sidey79 authored Feb 16, 2024
2 parents 3c746a4 + 77bf801 commit 4aefd8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-svn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:

- name: Cache fhem
id: cache-fhem
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./src/fhem/trunk
key: ${{ runner.os }}-fhemsvn-${{ steps.svnRemote.outputs.LAST_SVN_REVISION }}
Expand Down
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-20240211-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-20240211-slim as bullseye_base

ARG TARGETPLATFORM

Expand Down

0 comments on commit 4aefd8e

Please sign in to comment.