-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump dependencies and do required code changes for the new dependencies. * Docker have moved some structs, from types, to container * Henry slicez Each -> ForEach
- Loading branch information
Showing
8 changed files
with
106 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
FROM golang:1.22.4-alpine3.20 AS builder | ||
FROM golang:1.23.2-alpine3.20 AS builder | ||
|
||
|
||
COPY . /src | ||
RUN cd /src && go build -o /zdap-proxyd /src/cmd/zdap-proxyd/zdap-proxyd.go | ||
|
||
FROM alpine:3.20.0 | ||
FROM alpine:3.20.3 | ||
RUN apk add --no-cache tzdata ca-certificates | ||
COPY --from=builder /zdap-proxyd / | ||
CMD /zdap-proxyd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.