And fix it not using go 1.24 from the start
All checks were successful
/ docker (push) Successful in 4m24s
All checks were successful
/ docker (push) Successful in 4m24s
This commit is contained in:
parent
3cd9644cb9
commit
b363b87013
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue