mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-21 23:33:34 +00:00
ci(deploy): trying to fix deploy
This commit is contained in:
parent
4ae3570e74
commit
ad5c0987e8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RUN CGO_ENABLED=1 GOOS=linux go build -o /bin/zdravko cmd/zdravko/main.go
|
|||
|
||||
###
|
||||
# Final production
|
||||
FROM debian:12-slim as production
|
||||
FROM debian:12 as production
|
||||
COPY --from=builder /bin/zdravko /bin/zdravko
|
||||
COPY LICENSE /LICENSE
|
||||
COPY README.md /README.md
|
||||
|
|
Loading…
Reference in a new issue