Use debian bookworm for base

- Updated node to v20
- Updated go to 1.21 and deps
- Updated python, certbot and deps
- Removed nancy from go image
This commit is contained in:
Jamie Curnow
2024-01-09 14:07:17 +10:00
parent ee968326f9
commit dee837c431
9 changed files with 163 additions and 60 deletions
+3 -3
View File
@@ -19,9 +19,9 @@ docker buildx build \
--platform linux/amd64,linux/arm64,linux/arm/7 \
--progress plain \
--pull \
--build-arg BASE_TAG \
--build-arg ACMESH_BASE_TAG \
--build-arg CERTBOT_BASE_TAG \
--build-arg BASE_IMAGE \
--build-arg ACMESH_IMAGE \
--build-arg CERTBOT_IMAGE \
--build-arg OPENRESTY_VERSION \
--build-arg LUA_VERSION \
--build-arg LUAROCKS_VERSION \