And fix it not using go 1.24 from the start
All checks were successful
/ docker (push) Successful in 4m24s

This commit is contained in:
Melody Becker 2025-05-10 11:29:19 +02:00
parent 3cd9644cb9
commit b363b87013
Signed by: mstar
SSH key fingerprint: SHA256:vkXfS9FG2pVNVfvDrzd1VW9n8VJzqqdKQGljxxX8uK8

View file

@ -4,7 +4,7 @@ COPY . /app
WORKDIR /app/frontend-reactive
RUN npm install && npm run build
FROM docker.io/golang:1.23 AS build-go
FROM docker.io/golang:1.24 AS build-go
# TODO: Implement golang build
COPY --from=build-ember /app /app