diff options
author | MichaelMorris <michael.morris@est.tech> | 2022-03-28 10:01:21 +0100 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2022-03-28 11:15:31 +0100 |
commit | 16555fd8c5d28d97407f00897915284a7af50a77 (patch) | |
tree | 886ee714c41f5c7db0fd0257c332708f33c83eae /base_sdc-python/Dockerfile | |
parent | c9359657f53742c7de54f60f7d45230f73155352 (diff) |
Fix build
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3929
Change-Id: I9fff00af2aa8c13ed9b6eebe3fde44ef751c878f
Diffstat (limited to 'base_sdc-python/Dockerfile')
-rw-r--r-- | base_sdc-python/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base_sdc-python/Dockerfile b/base_sdc-python/Dockerfile index 922b173..73f2e03 100644 --- a/base_sdc-python/Dockerfile +++ b/base_sdc-python/Dockerfile @@ -12,7 +12,7 @@ RUN apk update && \ libcurl \ jq \ bash \ - ruby=2.7.3-r0 && \ + ruby=2.7.5-r0 && \ apk add --no-cache --virtual .build-dependencies \ libressl-dev \ ruby-dev \ |