A lowly tech priest's attempt to please Mars
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update alpine docker tag to v3.23.4

+4 -4
+1 -1
containers/knot/Dockerfile
··· 12 12 RUN git clone --depth 1 -b ${VERSION} https://tangled.org/@tangled.org/core . 13 13 RUN xx-go build -o /knot -ldflags '-s -w -extldflags "-static"' ./cmd/knot 14 14 15 - FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 15 + FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 16 16 17 17 EXPOSE 5555 18 18 EXPOSE 2222
+1 -1
containers/pihole/Dockerfile
··· 1 - FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 1 + FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 2 2 3 3 RUN if ! grep -qF "@testing" /etc/apk/repositories; then echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories; fi \ 4 4 && apk add --no-cache \
+1 -1
kubernetes/apps/network/unifi/helmrelease-unifi.yaml
··· 28 28 image: 29 29 pullPolicy: IfNotPresent 30 30 repository: alpine 31 - tag: 3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 31 + tag: 3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 32 32 command: 33 33 - sh 34 34 - -c
+1 -1
kubernetes/apps/office/nextcloud/nextcloud/helmrelease.yaml
··· 81 81 subPath: redis-session.ini 82 82 extraInitContainers: 83 83 - name: init-redis-session-ini 84 - image: alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 84 + image: alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 85 85 command: ['touch', '/usr/local/etc/php/conf.d/redis-session.ini'] 86 86 volumeMounts: 87 87 - name: php-confd