Skip to content

Commit

Permalink
Update YACReaderLibrary-Server to 9.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xthursdayx committed Apr 25, 2023
1 parent f87fd14 commit 2ea96b4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion p7zip/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy

# package versions
ARG YACR_VERSION="9.11.0"
ARG YACR_VERSION="9.12.0"

# env variables
ARG DEBIAN_FRONTEND="noninteractive"
Expand Down
2 changes: 1 addition & 1 deletion p7zip/Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-jammy

# package versions
ARG YACR_VERSION="9.11.0"
ARG YACR_VERSION="9.12.0"

# env variables
ARG DEBIAN_FRONTEND="noninteractive"
Expand Down
2 changes: 1 addition & 1 deletion p7zip/Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-jammy

# package versions
ARG YACR_VERSION="9.11.0"
ARG YACR_VERSION="9.12.0"

# env variables
ARG DEBIAN_FRONTEND="noninteractive"
Expand Down
2 changes: 1 addition & 1 deletion unarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy

# package versions
ARG YACR_VERSION="9.11.0"
ARG YACR_VERSION="9.12.0"

# env variables
ARG DEBIAN_FRONTEND="noninteractive"
Expand Down
2 changes: 1 addition & 1 deletion unarr/Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-jammy

# package versions
ARG YACR_VERSION="9.11.0"
ARG YACR_VERSION="9.12.0"

# env variables
ARG DEBIAN_FRONTEND="noninteractive"
Expand Down
2 changes: 1 addition & 1 deletion unarr/Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-jammy

# package versions
ARG YACR_VERSION="9.11.0"
ARG YACR_VERSION="9.12.0"

# env variables
ARG DEBIAN_FRONTEND="noninteractive"
Expand Down

0 comments on commit 2ea96b4

Please sign in to comment.