Skip to content

Commit e15611c

Browse files
authoredFeb 20, 2025
Merge pull request #6405 from devtron-labs/base-update
fix: Base update
1 parent 08fa6d6 commit e15611c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ADD ./vendor/github.com/Microsoft/ /go/src/github.com/devtron-labs/devtron/vendo
1414
RUN GOOS=linux make build
1515

1616
# 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
1818

1919
RUN apt update && \
2020
apt install ca-certificates git curl -y && \
@@ -43,4 +43,4 @@ RUN chmod +x /git-ask-pass.sh
4343

4444
USER devtron
4545

46-
CMD ["./devtron"]
46+
CMD ["./devtron"]

‎DockerfileEA

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ADD ./vendor/github.com/Microsoft/ /go/src/github.com/devtron-labs/devtron/vendo
1313

1414
RUN GOOS=linux make build-all
1515

16-
FROM ubuntu:22.04@sha256:1b8d8ff4777f36f19bfe73ee4df61e3a0b789caeff29caa019539ec7c9a57f95 as devtron-ea
16+
FROM ubuntu:24.04@sha256:72297848456d5d37d1262630108ab308d3e9ec7ed1c3286a32fe09856619a782 as devtron-ea
1717

1818
RUN apt update && \
1919
apt install ca-certificates curl -y && \

0 commit comments

Comments
 (0)