Skip to content

Commit

Permalink
[singlestoredb-dev-image] Bumps engine to 8.1.25 and Studio to 4.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
David Gomes authored and davidgomes committed Oct 12, 2023
1 parent c848fde commit 08a9615
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.10 - 2023-10-11
- Bugfix: update jq download location.
- SingleStoreDB Version 8.1.25
- SingleStoreDB Toolbox Version 1.17.4
- SingleStoreDB Studio Version 4.0.14

## 0.2.9 - 2023-09-07
- SingleStoreDB Version 8.1.20

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ RUN yum makecache --refresh && \
yum clean all

ENV JQ_VERSION='1.6'
RUN wget --no-check-certificate https://raw.githubusercontent.com/stedolan/jq/master/sig/jq-release.key -O /tmp/jq-release.key && \
wget --no-check-certificate https://raw.githubusercontent.com/stedolan/jq/master/sig/v${JQ_VERSION}/jq-linux64.asc -O /tmp/jq-linux64.asc && \
wget --no-check-certificate https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64 -O /tmp/jq-linux64 && \
RUN wget --no-check-certificate https://raw.githubusercontent.com/jqlang/jq/master/sig/jq-release-old.key -O /tmp/jq-release.key && \
wget --no-check-certificate https://raw.githubusercontent.com/jqlang/jq/master/sig/v${JQ_VERSION}/jq-linux64.asc -O /tmp/jq-linux64.asc && \
wget --no-check-certificate https://github.com/jqlang/jq/releases/download/jq-${JQ_VERSION}/jq-linux64 -O /tmp/jq-linux64 && \
gpg --import /tmp/jq-release.key && \
gpg --verify /tmp/jq-linux64.asc /tmp/jq-linux64 && \
cp /tmp/jq-linux64 /usr/bin/jq && \
Expand Down
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"channel": "production",
"server": "8.1.20-4f3dd4ecc3",
"toolbox": "1.15.0",
"server": "8.1.25-430e7395a4",
"toolbox": "1.17.4",
"client": "1.0.7",
"studio": "4.0.11"
"studio": "4.0.14"
}

0 comments on commit 08a9615

Please sign in to comment.