Skip to content

Commit

Permalink
Merge pull request #55 from LilDrunkenSmurf/renovate/ghcr.io-lildrunk…
Browse files Browse the repository at this point in the history
…ensmurf-alpine-3.x

fix(container): update ghcr.io/lildrunkensmurf/alpine to v3.19.1
  • Loading branch information
joryirving authored Jan 29, 2024
2 parents 60cb295 + 80d5158 commit fef51fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/bazarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN \
&& \
pip install --upgrade pip \
&& \
pip install --upgrade \
pip install --upgrade --break-system-packages \
"webrtcvad-wheels>=2.0.10" \
&& apk del --purge .build-deps \
&& rm -rf \
Expand Down
2 changes: 1 addition & 1 deletion apps/bitwarden-cli/Dockerfile.old
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/lildrunkensmurf/alpine:3.19.0
FROM ghcr.io/lildrunkensmurf/alpine:3.19.1

# renovate: datasource=npm depName=@bitwarden/cli versioning=npm
ARG BW_VERSION=2024.1.0
Expand Down

0 comments on commit fef51fd

Please sign in to comment.