Skip to content

Commit

Permalink
chore(deps): update docker.io/library/alpine docker tag to v3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent cdea67d commit e918c01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 AS builder
FROM docker.io/library/alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a AS builder
RUN apk add --no-cache 'crystal=1.8.2-r0' \
shards \
sqlite-static \
Expand Down Expand Up @@ -32,7 +32,7 @@ RUN if [ "$release" == 1 ] ; then \
--link-flags "-lxml2 -llzma"; \
fi

FROM docker.io/library/alpine:3.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 AS release
FROM docker.io/library/alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a AS release
RUN apk add --no-cache rsvg-convert ttf-opensans tini gc yaml libevent
WORKDIR /invidious
RUN addgroup -g 1000 -S invidious && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cross
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 AS builder
FROM docker.io/library/alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a AS builder
RUN apk add --no-cache \
icu-libs \
sqlite-static \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.min
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.18.5@sha256:34871e7290500828b39e22294660bee86d966bc0017544e848dd9a255cdf59e0 AS builder
FROM docker.io/library/alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a AS builder
RUN apk add --no-cache 'crystal=1.8.2-r0' \
shards \
sqlite-static \
Expand Down

0 comments on commit e918c01

Please sign in to comment.