pin image version in dockerfile

This commit is contained in:
Lera Elvoé 2025-06-20 16:31:30 +03:00
parent 93634f230f
commit 92548e6bad
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

View File

@ -4,7 +4,7 @@
# #
# it exposes the data/ and secrets/ volumes in app root # 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 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 WORKDIR /app