Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
d8828920
"docs/vscode:/vscode.git/clone" did not exist on "f437c8cf442e7169ad70a501cb13e645c116ea2a"
Unverified
Commit
d8828920
authored
Mar 06, 2026
by
Anant Sharma
Committed by
GitHub
Mar 06, 2026
Browse files
chore: align EPP Rust image to 1.93.1 (#7003)
parent
64ae47fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
deploy/inference-gateway/epp/Dockerfile
deploy/inference-gateway/epp/Dockerfile
+1
-1
deploy/inference-gateway/epp/Makefile
deploy/inference-gateway/epp/Makefile
+1
-1
No files found.
deploy/inference-gateway/epp/Dockerfile
View file @
d8828920
...
...
@@ -30,7 +30,7 @@
# --build-context dynamo=../../.. \
# -t dynamo/dynamo-epp:dev .
ARG
RUST_IMAGE=rust:1.9
0
ARG
RUST_IMAGE=rust:1.9
3.1
ARG
BUILDER_IMAGE=golang:1.24
ARG
BASE_IMAGE=ubuntu:24.04
...
...
deploy/inference-gateway/epp/Makefile
View file @
d8828920
...
...
@@ -29,7 +29,7 @@ EXTRA_BUILD_ARGS ?=
DOCKER_BUILDX_CMD
?=
docker buildx
IMAGE_BUILD_CMD
?=
$(DOCKER_BUILDX_CMD)
build
RUST_IMAGE
?=
$(DOCKER_PROXY)
rust:1.9
0
RUST_IMAGE
?=
$(DOCKER_PROXY)
rust:1.9
3.1
BUILDER_IMAGE
?=
$(DOCKER_PROXY)
golang:1.24
BASE_IMAGE
?=
$(DOCKER_PROXY)
ubuntu:24.04
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment