From e83d22a8537b18f29b0ca6a33f21fbb789a7a4dc Mon Sep 17 00:00:00 2001 From: Andrei Matveyeu Date: Mon, 11 Aug 2025 11:51:12 +0200 Subject: [PATCH] use git version 2.47.3 in Dockerfiles Change-Id: I653e9ba0d7df914ffc735970dd2a62a00845be1a --- deploy/etos-executionspace/Dockerfile | 2 +- deploy/etos-iut/Dockerfile | 2 +- deploy/etos-keys/Dockerfile | 2 +- deploy/etos-logarea/Dockerfile | 2 +- deploy/etos-sse/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/etos-executionspace/Dockerfile b/deploy/etos-executionspace/Dockerfile index 4fd047e..1705c16 100644 --- a/deploy/etos-executionspace/Dockerfile +++ b/deploy/etos-executionspace/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.22-alpine AS build WORKDIR /tmp/executionspace COPY . . -RUN apk add --no-cache make=4.4.1-r2 git=2.47.2-r0 && make executionspace +RUN apk add --no-cache make=4.4.1-r2 git=2.47.3-r0 && make executionspace FROM alpine:3.17.3 ARG TZ diff --git a/deploy/etos-iut/Dockerfile b/deploy/etos-iut/Dockerfile index 4c171f4..1b650f0 100644 --- a/deploy/etos-iut/Dockerfile +++ b/deploy/etos-iut/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.22-alpine AS build WORKDIR /tmp/iut COPY . . -RUN apk add --no-cache make=4.4.1-r2 git=2.47.2-r0 && make iut +RUN apk add --no-cache make=4.4.1-r2 git=2.47.3-r0 && make iut FROM alpine:3.17.3 ARG TZ diff --git a/deploy/etos-keys/Dockerfile b/deploy/etos-keys/Dockerfile index 6b48896..39bf825 100644 --- a/deploy/etos-keys/Dockerfile +++ b/deploy/etos-keys/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.22-alpine AS build WORKDIR /tmp/keys COPY . . -RUN apk add --no-cache make=4.4.1-r2 git=2.47.2-r0 && make keys +RUN apk add --no-cache make=4.4.1-r2 git=2.47.3-r0 && make keys FROM alpine:3.17.3 ARG TZ diff --git a/deploy/etos-logarea/Dockerfile b/deploy/etos-logarea/Dockerfile index ecc28b6..0d56c14 100644 --- a/deploy/etos-logarea/Dockerfile +++ b/deploy/etos-logarea/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.22-alpine AS build WORKDIR /tmp/logarea COPY . . -RUN apk add --no-cache make=4.4.1-r2 git=2.47.2-r0 && make logarea +RUN apk add --no-cache make=4.4.1-r2 git=2.47.3-r0 && make logarea FROM alpine:3.17.3 ARG TZ diff --git a/deploy/etos-sse/Dockerfile b/deploy/etos-sse/Dockerfile index 68bf232..187402e 100644 --- a/deploy/etos-sse/Dockerfile +++ b/deploy/etos-sse/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.22-alpine AS build WORKDIR /tmp/sse COPY . . -RUN apk add --no-cache make=4.4.1-r2 git=2.47.2-r0 && make sse +RUN apk add --no-cache make=4.4.1-r2 git=2.47.3-r0 && make sse FROM alpine:3.17.3 ARG TZ