From 30c851d986dfbea35faac6ad5fdc9c7345d086db Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sat, 25 Jan 2025 11:12:34 +0000 Subject: [PATCH] Update base OS & borg --- .github/workflows/docker-publish.yml | 6 ------ Dockerfile | 9 +++++++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 98bd621..1df91f6 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,10 +1,5 @@ name: Docker -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - on: push: branches: [ "main" ] @@ -19,7 +14,6 @@ env: # github.repository as / IMAGE_NAME: ${{ github.repository }} - jobs: build: diff --git a/Dockerfile b/Dockerfile index a98256e..0eeda07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,14 @@ -FROM alpine:3.20.0 +FROM alpine:3.21.2 # this is the default, but just to be explicit USER root -RUN apk --no-cache add btrfs-progs openssh borgbackup bash coreutils +RUN apk --no-cache add \ + btrfs-progs \ + openssh \ + bash \ + coreutils \ + borgbackup=1.4.0-r0 COPY src /src COPY config/ssh_config /etc/ssh/