We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2000aa5 commit fcaf113Copy full SHA for fcaf113
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM core.harbor.timolia.de/proxy_cache_docker_hub/library/alpine:3.21.3 AS builder
+FROM core.harbor.timolia.de/proxy_cache_docker_hub/library/alpine:3.21.5 AS builder
2
3
RUN set -x \
4
&& apk --no-cache upgrade \
@@ -26,7 +26,7 @@ RUN rm docs/team/teamler.json \
26
&& find . -name '*.md.old' -delete \
27
&& mkdocs build
28
29
-FROM core.harbor.timolia.de/proxy_cache_docker_hub/library/alpine:3.21.3
+FROM core.harbor.timolia.de/proxy_cache_docker_hub/library/alpine:3.21.5
30
31
RUN apk --no-cache add nginx \
32
&& adduser -D -g 'www' www \
0 commit comments