Skip to content

Commit

Permalink
chore(deps): update docker.io/library/alpine docker tag to v3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent 289475a commit 57fe830
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.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 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.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 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.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 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.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 AS builder
RUN apk add --no-cache 'crystal=1.8.2-r0' \
shards \
sqlite-static \
Expand Down

0 comments on commit 57fe830

Please sign in to comment.