Skip to content

Commit 489969d

Browse files
authored
Merge pull request oasisprotocol#2406 from oasisprotocol/ptrus/feature/rofl-dev-0.17.1
docker/rofl-dev: Bump Oasis CLI to 0.17.1
2 parents b38b693 + 526a18b commit 489969d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/rofl-dev/Dockerfile.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-25.7.x AS oasis-core-dev
22

3-
ARG OASIS_CLI_VERSION=0.17.0
3+
ARG OASIS_CLI_VERSION=0.17.1
44
ARG DEBIAN_FRONTEND=noninteractive
55

66
ENV RUSTFLAGS="-C target-feature=+aes,+ssse3"

docker/rofl-dev/Dockerfile.minimal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bookworm-slim
22

3-
ARG OASIS_CLI_VERSION=0.16.0
3+
ARG OASIS_CLI_VERSION=0.17.1
44
ARG DEBIAN_FRONTEND=noninteractive
55

66
RUN apt-get update -qq && apt-get install -qq --no-install-recommends curl ca-certificates squashfs-tools cryptsetup-bin qemu-utils && apt-get clean && \

0 commit comments

Comments
 (0)