fix: build secretapi container with go 1.26
Some checks are pending
check / secretapi (push) Waiting to run
Some checks are pending
check / secretapi (push) Waiting to run
This commit is contained in:
parent
113da4df4e
commit
17015ffdf9
@ -1,4 +1,4 @@
|
||||
FROM golang:1.24-alpine AS build
|
||||
FROM golang:1.26-alpine AS build
|
||||
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
@ -13,4 +13,3 @@ COPY --from=build /out/secretapi /usr/local/bin/secretapi
|
||||
USER edut
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["/usr/local/bin/secretapi"]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user