File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ADD . /go/src/github.com/devtron-labs/devtron/
9
9
RUN GOOS=linux make build-all
10
10
11
11
# uncomment this post build arg
12
- FROM ubuntu as devtron-all
12
+ FROM ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95 as devtron-all
13
13
14
14
RUN apt update
15
15
RUN apt install ca-certificates git curl -y
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ WORKDIR /go/src/github.com/devtron-labs/devtron
8
8
ADD . /go/src/github.com/devtron-labs/devtron/
9
9
RUN GOOS=linux make build-all
10
10
11
- FROM ubuntu as devtron-ea
11
+ FROM ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95 as devtron-ea
12
12
13
13
RUN apt update
14
14
RUN apt install ca-certificates curl -y
You can’t perform that action at this time.
0 commit comments