Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openresty/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pin to specific version for reproducibility and security
# Check https://hub.docker.com/r/openresty/openresty/tags for updates
FROM openresty/openresty:1.27.1.2-10-alpine-fat
FROM openresty/openresty:1.27.1.2-11-alpine-fat

# Use the default system tree
ENV TREE=/usr/local
Expand Down