Skip to content

Commit

Permalink
Revert "chore(deps): update ghcr.io/onedr0p/alpine docker tag to v3.1…
Browse files Browse the repository at this point in the history
…8.2 (#217)"

This reverts commit 830be03.
  • Loading branch information
onedr0p authored Aug 6, 2023
1 parent a120e0b commit 795e20e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/bazarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Force using 3.10
FROM ghcr.io/onedr0p/alpine:3.18.2
FROM ghcr.io/onedr0p/alpine:3.17.3

ARG TARGETPLATFORM
ARG VERSION
Expand Down
4 changes: 2 additions & 2 deletions apps/tvheadend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/onedr0p/alpine:3.18.2 as builder
FROM ghcr.io/onedr0p/alpine:3.17.3 as builder

ARG TARGETPLATFORM
ARG VERSION
Expand Down Expand Up @@ -207,7 +207,7 @@ RUN \
&& make -j $(nproc) \
&& make DESTDIR=/tmp/comskip-build install

FROM ghcr.io/onedr0p/alpine:3.18.2
FROM ghcr.io/onedr0p/alpine:3.17.3

ARG TARGETPLATFORM
ARG VERSION
Expand Down

0 comments on commit 795e20e

Please sign in to comment.