Skip to content

Commit 7f6a1c3

Browse files
committed
chore: update for v1.1.306
1 parent f839902 commit 7f6a1c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ For air-gapped environments, custom base images, or when you need to build your
143143
### Prerequisites
144144

145145
1. **Obtain the tarball** from Socket (e.g., `socket-firewall-1.1.94.arm64.tgz`)
146-
2. **OpenResty base image** - Compatible with `openresty/openresty:1.27.1.2-11-alpine` or similar
146+
2. **OpenResty base image** - Compatible with `openresty/openresty:1.29.2.4-alpine` or similar
147147

148148
### Installation Steps
149149

@@ -152,7 +152,7 @@ For air-gapped environments, custom base images, or when you need to build your
152152
Create a `Dockerfile` in your project directory:
153153

154154
```dockerfile
155-
FROM openresty/openresty:1.27.1.2-11-alpine
155+
FROM openresty/openresty:1.29.2.4-alpine
156156

157157
# Copy and extract the Socket Firewall tarball
158158
COPY socket-firewall-1.1.94.arm64.tgz /app/install/socket-firewall-1.1.94.arm64.tgz

0 commit comments

Comments
 (0)