Skip to content

Commit

Permalink
chore(deps): update docker.io/library/alpine docker tag to v3.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 1c0818a commit 6ce8c64
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.21.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3 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.21.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3 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.21.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3 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.21.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3 AS builder
RUN apk add --no-cache 'crystal=1.8.2-r0' \
shards \
sqlite-static \
Expand Down

0 comments on commit 6ce8c64

Please sign in to comment.