diff --git a/Dockerfile.frontend b/Dockerfile.frontend index 31b3519..372bdc2 100644 --- a/Dockerfile.frontend +++ b/Dockerfile.frontend @@ -2,7 +2,7 @@ # This Dockerfile builds both the Go backend and React frontend in a single image # Frontend build stage -FROM node:24.12.0-alpine@sha256:7e0bd0460b26eb3854ea5b99b887a6a14d665d14cae694b78ae2936d14b2befb AS frontend-builder +FROM node:24.12.0-alpine@sha256:c921b97d4b74f51744057454b306b418cf693865e73b8100559189605f6955b8 AS frontend-builder WORKDIR /app/frontend