From 92548e6badc5f5d0d0921097672e761a4c3ea4c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Fri, 20 Jun 2025 16:31:30 +0300 Subject: [PATCH] pin image version in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1182324..7c46f9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # # it exposes the data/ and secrets/ volumes in app root # -FROM openresty/openresty:alpine-fat +FROM openresty/openresty:1.25.3.2-5-alpine-fat RUN apk add --no-cache git make gcc g++ musl-dev libffi-dev openssl-dev sqlite-dev libsodium libsodium-dev imagemagick-dev openssl WORKDIR /app