🐛 fix: include Dockerfile.build in dependency hash calculation
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 3m27s
CI/CD Pipeline / CI Pipeline (push) Failing after 16s

This commit is contained in:
2026-04-08 10:49:18 +02:00
parent b6b5a03942
commit db4922be05
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
# Build environment Dockerfile with pre-installed Go tools and dependencies
# Optimized for CI/CD pipeline speed
# Updated to include Node.js for GitHub Actions compatibility
FROM golang:1.26.1-alpine AS builder