Skip to content

Commit

Permalink
⬆️ (dependencies): Update docker.io/library/alpine Docker tag to v3.20.1
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 15, 2024
1 parent c0e160d commit c9e641e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/nex.rpi/images/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# │ <runtime>: create the Alpine base image with all dependencies shared by │
# | all other images of this project. │
# └───────────────────────────────────────────────────────────────────────────┘
FROM --platform=arm64 docker.io/library/alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
FROM --platform=arm64 docker.io/library/alpine:3.20.1@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0

# renovate: datasource=repology depName=alpine_3_19/bash versioning=loose
ARG BASH_VERSION=5.2.21-r0
Expand Down
2 changes: 1 addition & 1 deletion apps/nex.rpi/images/alpine/adguardhome/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG BUILD_TYPE "live"
# ┌───────────────────────────────────────────────────────────────────────────┐
# │ <source>: download the AdGuardHome source code and cache it │
# └───────────────────────────────────────────────────────────────────────────┘
FROM docker.io/library/alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b as source
FROM docker.io/library/alpine:3.20.1@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 as source

# renovate: datasource=github-tags depName=AdguardTeam/AdGuardHome versioning=semver
ARG ADGUARDHOME_VERSION="v0.107.50"
Expand Down
2 changes: 1 addition & 1 deletion apps/nex.rpi/images/alpine/authelia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG BUILD_TYPE "live"
# ┌───────────────────────────────────────────────────────────────────────────┐
# │ <source>: download the Authelia source code and cache it for other stages │
# └───────────────────────────────────────────────────────────────────────────┘
FROM docker.io/library/alpine:3.19.1@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b as source
FROM docker.io/library/alpine:3.20.1@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 as source

# renovate: datasource=github-tags depName=authelia/authelia versioning=semver
ARG AUTHELIA_VERSION="v4.38.8"
Expand Down

0 comments on commit c9e641e

Please sign in to comment.