From eb57fb5e7043e3ec1fa7ceaee8eb66997c7751ab Mon Sep 17 00:00:00 2001 From: Jan Stabenow Date: Fri, 30 Sep 2022 15:03:21 +0200 Subject: [PATCH] Mod updates build env. --- .github_build/Build.alpine.env | 4 ++-- .github_build/Build.ubuntu.env | 4 ++-- CHANGELOG.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github_build/Build.alpine.env b/.github_build/Build.alpine.env index 37ab09e3..a0bd0a5c 100644 --- a/.github_build/Build.alpine.env +++ b/.github_build/Build.alpine.env @@ -1,5 +1,5 @@ # CORE ALPINE BASE IMAGE OS_NAME=alpine OS_VERSION=3.15 -GOLANG_IMAGE=golang:1.18.4-alpine3.15 -CORE_VERSION=16.9.1 +GOLANG_IMAGE=golang:1.18.6-alpine3.15 +CORE_VERSION=16.10.1 diff --git a/.github_build/Build.ubuntu.env b/.github_build/Build.ubuntu.env index 17f5133e..d2b205a9 100644 --- a/.github_build/Build.ubuntu.env +++ b/.github_build/Build.ubuntu.env @@ -1,5 +1,5 @@ # CORE UBUNTU BASE IMAGE OS_NAME=ubuntu OS_VERSION=20.04 -GOLANG_IMAGE=golang:1.18.4-alpine3.15 -CORE_VERSION=16.9.1 +GOLANG_IMAGE=golang:1.18.6-alpine3.15 +CORE_VERSION=16.10.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1ddf0a..50869919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ ### Core v16.10.0 > v16.10.1 -- Fix use of Let's Encrypt production CA - Add email address in TLS config for Let's Encrypt +- Fix use of Let's Encrypt production CA ### Core v16.9.1 > v16.10.0