Compare commits
2 commits
ff6a730e58
...
b363b87013
Author | SHA1 | Date | |
---|---|---|---|
b363b87013 | |||
3cd9644cb9 |
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@ 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
|
||||
WORKDIR /app
|
||||
RUN CGO_ENABLED=0 go build -o /app/linstrom .
|
||||
RUN CGO_ENABLED=0 GOTOOLCHAIN=auto GOSUMDB=sum.golang.org go build -o /app/linstrom .
|
||||
|
||||
# FROM fedora:latest AS release
|
||||
FROM alpine:3 AS release
|
||||
|
|
Loading…
Reference in a new issue