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