Skip to content

Commit

Permalink
Mod updates build env.
Browse files Browse the repository at this point in the history
  • Loading branch information
jstabenow committed Sep 30, 2022
1 parent eeec59f commit eb57fb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github_build/Build.alpine.env
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .github_build/Build.ubuntu.env
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit eb57fb5

Please sign in to comment.