From 067d55e6858811d47c63add9942948a2960a08f9 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Wed, 10 Jan 2024 14:32:10 -0500 Subject: [PATCH] chore: bump base image to 1.25.3.1-1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c03615a..49cd409 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM openresty/openresty:1.21.4.3-2-alpine-fat +FROM openresty/openresty:1.25.3.1-1-alpine-fat # Install apt and lua dependencies RUN apk add --no-cache git bash python3 && \