From 3be2450c1d26e6fed75ea23c9e7231b05e3ff0a5 Mon Sep 17 00:00:00 2001 From: Arieh Schneier <15041913+AriehSchneier@users.noreply.github.com> Date: Wed, 10 Jul 2024 16:01:43 +1000 Subject: [PATCH] Bump sysl binary to v0.750.0 (#440) --- Dockerfile | 2 +- builder.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ce47acbb..bee0fdda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG TARGETOS # requires git make curl # but this base image has all of those tools already -ENV SYSL_VERSION=0.746.0 +ENV SYSL_VERSION=0.750.0 ENV ARRAI_VERSION=0.319.0 ENV PROTOC_VERSION=21.7 diff --git a/builder.Dockerfile b/builder.Dockerfile index 6879c00d..d7e6d34d 100644 --- a/builder.Dockerfile +++ b/builder.Dockerfile @@ -1,7 +1,7 @@ ARG DOCKER_BASE=golang:1.22-bookworm FROM ${DOCKER_BASE} -ENV SYSL_VERSION=0.746.0 +ENV SYSL_VERSION=0.750.0 ENV ARRAI_VERSION=0.319.0 WORKDIR /temp-deps/sysl