Skip to content

Commit

Permalink
Update alpine to 3.16 (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishustava authored Jul 26, 2022
1 parent b3360f0 commit e8df6a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## UNRELEASED

IMPROVEMENTS:
* Control Plane
* Update alpine to 3.16 in the Docker image. [[GH-1372](https://github.com/hashicorp/consul-k8s/pull/1372)]

## 0.46.0 (July 20, 2022)
IMPROVEMENTS:
* Control Plane
Expand Down
4 changes: 2 additions & 2 deletions control-plane/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# -----------------------------------
# BIN_NAME is a requirement in the hashicorp docker github action

FROM alpine:3.15 AS dev
FROM alpine:3.16 AS dev

# 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 Expand Up @@ -64,7 +64,7 @@ CMD /bin/${BIN_NAME}
# 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.15 AS release-default
FROM alpine:3.16 AS release-default

# 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 e8df6a2

Please sign in to comment.