Skip to content

Commit 56e16f8

Browse files
committed
docker: Bump oasis-cli to 0.18.1
1 parent 711792e commit 56e16f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM golang:1.25-bookworm AS builder
33
WORKDIR /app
44

5-
ARG OASIS_CLI_VERSION=0.17.1
5+
ARG OASIS_CLI_VERSION=0.18.1
66
# ARG OASIS_CLI_BRANCH=master
77

88
# Download or build oasis CLI.

worker/oasiscli/oasiscli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func (r *Runner) Run(ctx context.Context, input RunInput) (*CommandResult, error
113113
var args []string
114114
switch input.Command {
115115
case CommandBuild:
116-
args = []string{"rofl", "build"}
116+
args = []string{"rofl", "build", "--no-container"}
117117
case CommandPush:
118118
args = []string{"rofl", "push", "--format", "json"}
119119
case CommandValidate:

0 commit comments

Comments
 (0)