mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-30 11:31:37 -05:00
[ga-bump-release] Update Dolt version to 0.50.7 and release v0.50.7
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1.3-labs
|
||||
FROM --platform=linux/amd64 ubuntu:22.04
|
||||
|
||||
ARG DOLT_VERSION=0.50.6
|
||||
ARG DOLT_VERSION=0.50.7
|
||||
|
||||
ADD https://github.com/dolthub/dolt/releases/download/v${DOLT_VERSION}/dolt-linux-amd64.tar.gz dolt-linux-amd64.tar.gz
|
||||
RUN tar zxvf dolt-linux-amd64.tar.gz && \
|
||||
|
||||
Reference in New Issue
Block a user