From 23a6c59b64dc629e1177e47ed733a749756fa845 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Tue, 23 Apr 2024 10:26:34 -0400 Subject: [PATCH] chore: update base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04e478a..5d3e4bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM openresty/openresty:1.25.3.1-2-alpine-fat +FROM openresty/openresty:1.25.3.1-3-alpine-fat # Install apt and lua dependencies RUN apk add --no-cache git bash python3 && \