Skip to content

Commit

Permalink
Dockerfile: bump to alpine 3.15 (#1058)
Browse files Browse the repository at this point in the history
* Dockerfile: bump to alpine 3.15

Bump control plane to 3.15

* changelog

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
David Yu authored Feb 25, 2022
1 parent cb5f283 commit f8ae1ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## UNRELEASED

BREAKING CHANGES:
* Minimum Kubernetes version supported is 1.19 and now matches what is stated in the `README.md` file. [[GH-1049](https://github.com/hashicorp/consul-k8s/pull/1049)]
* Helm
* Minimum Kubernetes version supported is 1.19 and now matches what is stated in the `README.md` file. [[GH-1049](https://github.com/hashicorp/consul-k8s/pull/1049)]

IMPROVEMENTS:
* Control Plane
* Upgrade Docker image Alpine version from 3.14 to 3.15. [[GH-1058](https://github.com/hashicorp/consul-k8s/pull/1058)]

## 0.41.1 (February 24, 2022)

Expand Down
2 changes: 1 addition & 1 deletion control-plane/build-support/docker/Release.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# We don't rebuild the software because we want the exact checksums and
# binary signatures to match the software and our builds aren't fully
# reproducible currently.
FROM alpine:3.14
FROM alpine:3.15

# NAME and VERSION are the name of the software in releases.hashicorp.com
# and the version to download. Example: NAME=consul VERSION=1.2.3.
Expand Down

0 comments on commit f8ae1ff

Please sign in to comment.