Skip to content

Commit

Permalink
Merge pull request #6 from coostax/update_wallabag_2_5_0
Browse files Browse the repository at this point in the history
Update wallabag 2.5.0
  • Loading branch information
coostax authored May 24, 2022
2 parents 2d4331a + f61d4e8 commit 51fbef9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions wallabag/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG BUILD_FROM
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.3.1
# hadolint ignore=DL3006
FROM $BUILD_FROM

# Default ENV
ENV \
NODE_VERSION=16 \
WALLABAG_VERSION=2.4.3
WALLABAG_VERSION=2.5.0
# Setup base
# hadolint ignore=DL3008,DL4006
RUN \
Expand Down
8 changes: 4 additions & 4 deletions wallabag/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
build_from:
armv7: "ghcr.io/home-assistant/armv7-base-debian:buster"
aarch64: "ghcr.io/home-assistant/aarch64-base-debian:buster"
amd64: "ghcr.io/home-assistant/amd64-base-debian:buster"
i386: "ghcr.io/home-assistant/i386-base-debian:buster"
armv7: "ghcr.io/hassio-addons/debian-base/armv7:5.3.1"
aarch64: "ghcr.io/hassio-addons/debian-base/aarch64:5.3.1"
amd64: "ghcr.io/hassio-addons/debian-base/amd64:5.3.1"
i386: "ghcr.io/hassio-addons/debian-base/i386:5.3.1"

0 comments on commit 51fbef9

Please sign in to comment.