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/
99RUN GOOS=linux make build-all
1010
1111# uncomment this post build arg
12- FROM ubuntu as devtron-all
12+ FROM ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95 as devtron-all
1313
1414RUN apt update
1515RUN 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
88ADD . /go/src/github.com/devtron-labs/devtron/
99RUN GOOS=linux make build-all
1010
11- FROM ubuntu as devtron-ea
11+ FROM ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95 as devtron-ea
1212
1313RUN apt update
1414RUN apt install ca-certificates curl -y
You can’t perform that action at this time.
0 commit comments