From 2248b0e30d273bbb0a40875802cedc58c5660353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stas=20SU=C8=98COV?= Date: Sat, 11 Jan 2025 16:24:49 +0000 Subject: [PATCH] chore: pin ape version. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae078ac..840114a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/apeworx/ape:latest-slim +FROM ghcr.io/apeworx/ape:stable USER root