chore(deps): bump git version (#5053)

This commit is contained in:
Daniel Gak Anagrov
2025-07-10 11:29:39 +02:00
committed by GitHub
parent f86893935f
commit f1f08d052e
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ RUN mkdir -p /var/nginx
COPY utils/docker-compose-ingress/nginx/templates /etc/nginx/templates
COPY utils/docker-compose-ingress/nginx/conf/mime.types /etc/nginx/mime.types
EXPOSE 8080
EXPOSE 8080
+4 -4
View File
@@ -1,9 +1,9 @@
FROM postgres:16.4-alpine3.20@sha256:d898b0b78a2627cb4ee63464a14efc9d296884f1b28c841b0ab7d7c42f1fffdf AS builder
RUN apk add --no-cache 'git=2.45.3-r0' \
'build-base=0.5-r3' \
'clang15=15.0.7-r19' \
'llvm15=15.0.7-r14'
RUN apk add --no-cache 'git=2.45.4-r0' \
'build-base=0.5-r3' \
'clang15=15.0.7-r19' \
'llvm15=15.0.7-r14'
WORKDIR /aiven-extras
# hack to clone only a single commit, so that the cache is not invalidated by other changes in the repo