Skip to content

Commit

Permalink
Release 2022-03-12
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Mar 12, 2022
1 parent f4efa8a commit 93be0a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-multi-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
base: [ 'ubuntu:focal-20220105' ]
base: [ 'ubuntu:focal-20220302' ]

steps:
-
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ubuntu:focal-20220113
ARG BASE_IMAGE
FROM ${BASE_IMAGE} AS base

RUN apt-get update && apt-get upgrade -y && \
apt-get install -y software-properties-common && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ Just be careful to use the tag you have built.

Release Date|Major Changes
---|---
2022-03-12|Ubuntu version bump, fixed build-arg for base-image
2022-02-11|Reduced docker image sizes (installation process is now in one line). Add README.md to the image in the directory `/app/doc`.
2022-02-07|Automated builds, largely inspired to the work from [Der-Henning](https://github.com/Der-Henning/) for [this](https://github.com/GioF71/squeezelite-docker) repository.
Empty file modified build.sh
100644 → 100755
Empty file.

0 comments on commit 93be0a9

Please sign in to comment.