Skip to content

Commit

Permalink
feat(container): update image ghcr.io/deedee-ops/alpine to v3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robodexo2000[bot] committed Dec 8, 2023
1 parent c13873d commit 92ad7e3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.18.5
FROM ghcr.io/deedee-ops/alpine:3.19.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.18.5
FROM ghcr.io/deedee-ops/alpine:3.19.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/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:d7517f2baf820aa778b0b6aa161a754fbfc3de061f1279555202125bfe34ec3b AS source

FROM ghcr.io/deedee-ops/alpine:3.18.5
FROM ghcr.io/deedee-ops/alpine:3.19.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.18.5
FROM ghcr.io/deedee-ops/alpine:3.19.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.18.5
FROM ghcr.io/deedee-ops/alpine:3.19.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.18.5
FROM ghcr.io/deedee-ops/alpine:3.19.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.18.5
FROM ghcr.io/deedee-ops/alpine:3.19.0

ARG TARGETPLATFORM
ARG VERSION
Expand Down

0 comments on commit 92ad7e3

Please sign in to comment.