Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/etos-executionspace/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/etos-iut/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/etos-keys/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/etos-logarea/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/etos-sse/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading