fix(build): pin Node Docker tag
Build Push and Deploy / docker-image (push) Failing after 1m22s
Build Push and Deploy / deploy-fallback-log (push) Successful in 1s

This commit is contained in:
2026-07-08 19:22:44 +08:00
parent 67c1a88afe
commit a4e7ab263a
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:22-bookworm-slim AS base FROM node:22.23.1-bookworm-slim AS base
WORKDIR /app/refine WORKDIR /app/refine