mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
feat(Dockerfile): pin versions of dependencies (#1190)
* Pin versions of dependencies
* no need to override default values in github build action
* unpin curl,gnupg,tiny,python3,default-jre-headless
* Revert "unpin curl,gnupg,tiny,python3,default-jre-headless"
This reverts commit 95b0250700.
* remove pin from Libreoffice
* Update build/Dockerfile
Co-authored-by: Julien Neuhart <neuhart.julien@gmail.com>
---------
Co-authored-by: Julien Neuhart <neuhart.julien@gmail.com>
This commit is contained in:
9
.env
9
.env
@@ -1,13 +1,6 @@
|
||||
GOLANG_VERSION=1.24
|
||||
GOTENBERG_VERSION=snapshot
|
||||
DOCKER_REGISTRY=gotenberg
|
||||
DOCKER_REPOSITORY=gotenberg
|
||||
GOTENBERG_VERSION=snapshot
|
||||
GOTENBERG_USER_GID=1001
|
||||
GOTENBERG_USER_UID=1001
|
||||
NOTO_COLOR_EMOJI_VERSION=v2.047 # See https://github.com/googlefonts/noto-emoji/releases.
|
||||
PDFTK_VERSION=v3.3.3 # See https://gitlab.com/pdftk-java/pdftk/-/releases - Binary package.
|
||||
PDFCPU_VERSION=v0.8.1 # See https://github.com/pdfcpu/pdfcpu/releases.
|
||||
GOTENBERG_VERSION=snapshot
|
||||
DOCKERFILE=build/Dockerfile
|
||||
DOCKERFILE_CLOUDRUN=build/Dockerfile.cloudrun
|
||||
DOCKER_BUILD_CONTEXT='.'
|
||||
|
||||
Reference in New Issue
Block a user