Skip to content

Commit

Permalink
Bump sysl binary to v0.750.0 (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriehSchneier authored Jul 10, 2024
1 parent 4a67ba8 commit 3be2450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion builder.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3be2450

Please sign in to comment.