Skip to content

Commit

Permalink
update version in 1.6.x to 1.6.2-dev (#658)
Browse files Browse the repository at this point in the history
* update version in 1.6.x to 1.6.2-dev

* Update Dockerfile

---------

Co-authored-by: github-team-consul-core <github-team-consul-core@hashicorp.com>
  • Loading branch information
jmurret and hc-github-team-consul-core authored Nov 1, 2024
1 parent 9c94bba commit 657129a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# prebuilt binaries in any other form.
#
ARG GOLANG_VERSION
FROM envoyproxy/envoy-distroless:v1.31.2 as envoy-binary
FROM envoyproxy/envoy-distroless:v1.32.1 as envoy-binary

# Modify the envoy binary to be able to bind to privileged ports (< 1024).
FROM debian:bullseye-slim AS setcap-envoy-binary
Expand All @@ -27,7 +27,7 @@ RUN apt-get update && apt install -y libcap2-bin
RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/envoy
RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/$BIN_NAME

FROM hashicorp/envoy-fips:1.31.2-fips1402 as envoy-fips-binary
FROM hashicorp/envoy-fips:1.32.1-fips1402 as envoy-fips-binary

# Modify the envoy-fips binary to be able to bind to privileged ports (< 1024).
FROM debian:bullseye-slim AS setcap-envoy-fips-binary
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (
//
// Version must conform to the format expected by github.com/hashicorp/go-version
// for tests to work.
Version = "1.6.1"
Version = "1.6.2"

// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
Expand Down

0 comments on commit 657129a

Please sign in to comment.