We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b38b693 + 526a18b commit 489969dCopy full SHA for 489969d
docker/rofl-dev/Dockerfile.full
@@ -1,6 +1,6 @@
1
FROM ghcr.io/oasisprotocol/oasis-core-dev:stable-25.7.x AS oasis-core-dev
2
3
-ARG OASIS_CLI_VERSION=0.17.0
+ARG OASIS_CLI_VERSION=0.17.1
4
ARG DEBIAN_FRONTEND=noninteractive
5
6
ENV RUSTFLAGS="-C target-feature=+aes,+ssse3"
docker/rofl-dev/Dockerfile.minimal
FROM debian:bookworm-slim
-ARG OASIS_CLI_VERSION=0.16.0
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