File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ADD ./vendor/github.com/Microsoft/ /go/src/github.com/devtron-labs/devtron/vendo
14
14
RUN GOOS=linux make build
15
15
16
16
# uncomment this post build arg
17
- FROM ubuntu:22 .04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95 as devtron-all
17
+ FROM ubuntu:24 .04@sha256:72297848456d5d37d1262630108ab308d3e9ec7ed1c3286a32fe09856619a782 as devtron-all
18
18
19
19
RUN apt update && \
20
20
apt install ca-certificates git curl -y && \
@@ -43,4 +43,4 @@ RUN chmod +x /git-ask-pass.sh
43
43
44
44
USER devtron
45
45
46
- CMD ["./devtron" ]
46
+ CMD ["./devtron" ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ADD ./vendor/github.com/Microsoft/ /go/src/github.com/devtron-labs/devtron/vendo
13
13
14
14
RUN GOOS=linux make build-all
15
15
16
- FROM ubuntu:22 .04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95 as devtron-ea
16
+ FROM ubuntu:24 .04@sha256:72297848456d5d37d1262630108ab308d3e9ec7ed1c3286a32fe09856619a782 as devtron-ea
17
17
18
18
RUN apt update && \
19
19
apt install ca-certificates curl -y && \
You can’t perform that action at this time.
0 commit comments