Skip to content

Commit fcaf113

Browse files
authored
Upgrade Alpine base image from 3.21.3 to 3.21.5
support until nov 2026
1 parent 2000aa5 commit fcaf113

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM core.harbor.timolia.de/proxy_cache_docker_hub/library/alpine:3.21.3 AS builder
1+
FROM core.harbor.timolia.de/proxy_cache_docker_hub/library/alpine:3.21.5 AS builder
22

33
RUN set -x \
44
&& apk --no-cache upgrade \
@@ -26,7 +26,7 @@ RUN rm docs/team/teamler.json \
2626
&& find . -name '*.md.old' -delete \
2727
&& mkdocs build
2828

29-
FROM core.harbor.timolia.de/proxy_cache_docker_hub/library/alpine:3.21.3
29+
FROM core.harbor.timolia.de/proxy_cache_docker_hub/library/alpine:3.21.5
3030

3131
RUN apk --no-cache add nginx \
3232
&& adduser -D -g 'www' www \

0 commit comments

Comments
 (0)