@cryptotaxi247 / CoPilot / commits / e6911757

Upgrade nginx base image to 1.30.0-alpine

Updated base image from nginx 1.24.0 to 1.30.0.

taylor_socfortress committed May 8, 2026 at 16:43 UTC e6911757061f4cdc292912235cd5166fb2472658
1 file changed +1 -1
frontend/Dockerfile
+1 -1
@@ -41,7 +41,7 @@ WORKDIR /app
41
42 CMD pnpm install && pnpm run start-frontend
43
44 -FROM nginx:1.24.0-alpine
44 +FROM nginx:1.30.0-alpine
45
46 # Added to create self-signed cert on run time if needed
47 RUN apk add openssl