Skip to content

Commit

Permalink
feat(container): update image ghcr.io/deedee-ops/alpine to v3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robodexo2000[bot] committed May 22, 2024
1 parent 6f6e607 commit 251a17e
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion apps/authelia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG TARGETPLATFORM
ARG VERSION
FROM ghcr.io/authelia/authelia:${VERSION} as source

FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/csp-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk add --no-cache --update bash git \
&& git clone --branch "v${VERSION}" https://git.benburwell.com/csp_exporter . \
&& bash -c 'IFS=/ read -r GOOS GOARCH <<< "${TARGETPLATFORM}" && go build -o csp_exporter main.go'

FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ENV COLLECTOR_BIND_ADDR=0.0.0.0:8000
ENV PROM_BIND_ADDR=0.0.0.0:9477
Expand Down
2 changes: 1 addition & 1 deletion apps/firefoxsync/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/gokapi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG TARGETPLATFORM
ARG VERSION
FROM f0rc3/gokapi:v${VERSION} as source

FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/home-assistant/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG VERSION
FROM ghcr.io/deedee-ops/alpine:3.19.1 as builder
FROM ghcr.io/deedee-ops/alpine:3.20.0 as builder

FROM ghcr.io/onedr0p/home-assistant:${VERSION}

Expand Down
2 changes: 1 addition & 1 deletion apps/invidious/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG TARGETPLATFORM
ARG VERSION
FROM quay.io/invidious/invidious:latest@sha256:a91a307a3ece8468aa88d6b91a601a0453cf76589f434ffdce643f968d3825cc AS source

FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/jellystat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/lldap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG VERSION
ARG BASEIMGVERSION
FROM ghcr.io/lldap/lldap:${BASEIMGVERSION} as source

FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/maddy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG TARGETPLATFORM
ARG VERSION
FROM ghcr.io/foxcpp/maddy:${VERSION} as source

FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/miniflux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG TARGETPLATFORM
ARG VERSION
FROM ghcr.io/miniflux/miniflux:${VERSION} as source

FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/miniserve/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG TARGETPLATFORM
ARG VERSION
FROM svenstaro/miniserve:${VERSION}-alpine as source

FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/navidrome/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG TARGETPLATFORM
ARG VERSION
FROM ghcr.io/navidrome/navidrome:${VERSION} as source

FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/offlineimap/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/roundcube/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/script-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG VERSION
FROM ricoberger/script_exporter:v${VERSION} as source
FROM public.ecr.aws/bitnami/kubectl:1.30.1 as kubectl

FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/syncthing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG TARGETPLATFORM
ARG VERSION
FROM syncthing/syncthing:${VERSION} as source

FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/talosctl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG TARGETPLATFORM
ARG VERSION
FROM ghcr.io/foxcpp/maddy:${VERSION} as source

FROM ghcr.io/deedee-ops/alpine:3.19.1
FROM ghcr.io/deedee-ops/alpine:3.20.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down

0 comments on commit 251a17e

Please sign in to comment.