forked from acsone/kwkhtmltopdf
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release: 2.0.1, rebuild + bump library
- Loading branch information
1 parent
2123e83
commit 21357f2
Showing
2 changed files
with
8 additions
and
2 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,11 +1,11 @@ | ||
# first stage: build kwkhtmltopdf_server | ||
|
||
FROM golang:1.18.3 | ||
FROM golang:1.21.5 | ||
RUN mkdir /tmp/kwkhtml | ||
WORKDIR /tmp/kwkhtml | ||
COPY server/kwkhtmltopdf_server.go . | ||
RUN go mod init kwkhtml | ||
RUN go get -u github.com/rs/zerolog/log@v1.27.0 | ||
RUN go get -u github.com/rs/zerolog/log@v1.31.0 | ||
RUN go get -u github.com/pkg/[email protected] | ||
|
||
RUN go build kwkhtmltopdf_server.go | ||
|
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