Skip to content

Commit

Permalink
📣 Update ghcr.io/elfhosted/alpine Docker tag to v3.19.4
Browse files Browse the repository at this point in the history
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| docker     | ghcr.io/elfhosted/alpine | 3.19.1 | 3.19.4 |
  • Loading branch information
renovate-bot committed Oct 6, 2024
1 parent 618e236 commit 5504a05
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/deluge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/elfhosted/alpine:3.19.1@sha256:3b987aa5e0134e99fdc3107e1fe4038cd6c5b93a6a73111e05556ffbae5be898
FROM ghcr.io/elfhosted/alpine:3.19.4@sha256:ed0e9654bf6e4676b6fab9ac84a3d2d87175c36df365bb24d730566f0b5497f0

ARG UNRAR_VERSION=6.1.7
# set version label
Expand Down
2 changes: 1 addition & 1 deletion apps/homer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN pnpm install --frozen-lockfile
COPY --from=cloner /source/. .
RUN pnpm build

FROM ghcr.io/elfhosted/alpine:3.19.1@sha256:afee25e18dd1ab956742f0c9a685c245dd9384348d2e00b0f54a3c69d272468f
FROM ghcr.io/elfhosted/alpine:3.19.4@sha256:ed0e9654bf6e4676b6fab9ac84a3d2d87175c36df365bb24d730566f0b5497f0

ENV GID 568
ENV UID 568
Expand Down
2 changes: 1 addition & 1 deletion apps/nzbget/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/elfhosted/alpine:3.19.1@sha256:afee25e18dd1ab956742f0c9a685c245dd9384348d2e00b0f54a3c69d272468f
FROM ghcr.io/elfhosted/alpine:3.19.4@sha256:ed0e9654bf6e4676b6fab9ac84a3d2d87175c36df365bb24d730566f0b5497f0

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion apps/uptime-kuma/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG VERSION

FROM louislam/uptime-kuma:${VERSION}-alpine as upstream

FROM ghcr.io/elfhosted/alpine:3.19.1@sha256:afee25e18dd1ab956742f0c9a685c245dd9384348d2e00b0f54a3c69d272468f
FROM ghcr.io/elfhosted/alpine:3.19.4@sha256:ed0e9654bf6e4676b6fab9ac84a3d2d87175c36df365bb24d730566f0b5497f0

# for initial install
USER root
Expand Down
2 changes: 1 addition & 1 deletion apps/zurg-rc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY --from=cloner /source/. .
RUN apk add --no-cache bash git go gcc musl-dev curl fuse libxml2-utils
RUN go build -ldflags "-s -w -X 'github.com/debridmediamanager/zurg/internal/version.BuiltAt=$BuiltAt' -X 'github.com/debridmediamanager/zurg/internal/version.GitCommit=$GitCommit' -X 'github.com/debridmediamanager/zurg/internal/version.Version=$Version'" -o zurg ./cmd/zurg

FROM ghcr.io/elfhosted/alpine:3.19.1@sha256:afee25e18dd1ab956742f0c9a685c245dd9384348d2e00b0f54a3c69d272468f
FROM ghcr.io/elfhosted/alpine:3.19.4@sha256:ed0e9654bf6e4676b6fab9ac84a3d2d87175c36df365bb24d730566f0b5497f0
WORKDIR /app

COPY --from=builder /app/zurg .
Expand Down
2 changes: 1 addition & 1 deletion apps/zurg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION
FROM ghcr.io/debridmediamanager/zurg-testing:${VERSION} as upstream
FROM ghcr.io/elfhosted/alpine:3.19.1@sha256:afee25e18dd1ab956742f0c9a685c245dd9384348d2e00b0f54a3c69d272468f
FROM ghcr.io/elfhosted/alpine:3.19.4@sha256:ed0e9654bf6e4676b6fab9ac84a3d2d87175c36df365bb24d730566f0b5497f0

WORKDIR /config

Expand Down
2 changes: 1 addition & 1 deletion apps/zurg/rc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY --from=cloner /source/. .
RUN apk add --no-cache bash git go gcc musl-dev curl fuse libxml2-utils
RUN go build -ldflags "-s -w -X 'github.com/debridmediamanager/zurg/internal/version.BuiltAt=$BuiltAt' -X 'github.com/debridmediamanager/zurg/internal/version.GitCommit=$GitCommit' -X 'github.com/debridmediamanager/zurg/internal/version.Version=$Version'" -o zurg ./cmd/zurg

FROM ghcr.io/elfhosted/alpine:3.19.1@sha256:afee25e18dd1ab956742f0c9a685c245dd9384348d2e00b0f54a3c69d272468f
FROM ghcr.io/elfhosted/alpine:3.19.4@sha256:ed0e9654bf6e4676b6fab9ac84a3d2d87175c36df365bb24d730566f0b5497f0
WORKDIR /app

COPY --from=builder /app/zurg .
Expand Down

0 comments on commit 5504a05

Please sign in to comment.