File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11FROM golang:1.22-alpine AS build
22WORKDIR /tmp/executionspace
33COPY . .
4- RUN apk add --no-cache make=4.4.1-r2 git=2.47.2 -r0 && make executionspace
4+ RUN apk add --no-cache make=4.4.1-r2 git=2.47.3 -r0 && make executionspace
55
66FROM alpine:3.17.3
77ARG TZ
Original file line number Diff line number Diff line change 11FROM golang:1.22-alpine AS build
22WORKDIR /tmp/iut
33COPY . .
4- RUN apk add --no-cache make=4.4.1-r2 git=2.47.2 -r0 && make iut
4+ RUN apk add --no-cache make=4.4.1-r2 git=2.47.3 -r0 && make iut
55
66FROM alpine:3.17.3
77ARG TZ
Original file line number Diff line number Diff line change 11FROM golang:1.22-alpine AS build
22WORKDIR /tmp/keys
33COPY . .
4- RUN apk add --no-cache make=4.4.1-r2 git=2.47.2 -r0 && make keys
4+ RUN apk add --no-cache make=4.4.1-r2 git=2.47.3 -r0 && make keys
55
66FROM alpine:3.17.3
77ARG TZ
Original file line number Diff line number Diff line change 11FROM golang:1.22-alpine AS build
22WORKDIR /tmp/logarea
33COPY . .
4- RUN apk add --no-cache make=4.4.1-r2 git=2.47.2 -r0 && make logarea
4+ RUN apk add --no-cache make=4.4.1-r2 git=2.47.3 -r0 && make logarea
55
66FROM alpine:3.17.3
77ARG TZ
Original file line number Diff line number Diff line change 11FROM golang:1.22-alpine AS build
22WORKDIR /tmp/sse
33COPY . .
4- RUN apk add --no-cache make=4.4.1-r2 git=2.47.2 -r0 && make sse
4+ RUN apk add --no-cache make=4.4.1-r2 git=2.47.3 -r0 && make sse
55
66FROM alpine:3.17.3
77ARG TZ
You can’t perform that action at this time.
0 commit comments