Skip to content

Commit

Permalink
use prod envoy and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rlankfo committed Jan 18, 2024
1 parent afa8330 commit d2b328c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ release.
* [cartservice] fixed cartServiceFailure feature flag
([#1313](https://github.com/open-telemetry/opentelemetry-demo/pull/1313))
* [accountingservice] Update dependencies and semconv
* ([#1316](https://github.com/open-telemetry/opentelemetry-demo/pull/1316))
([#1316](https://github.com/open-telemetry/opentelemetry-demo/pull/1316))
* [frontendproxy] Enable envoy environment resource detector
([#1291](https://github.com/open-telemetry/opentelemetry-demo/pull/1291))

## 1.7.0

Expand Down
2 changes: 1 addition & 1 deletion src/frontendproxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

FROM envoyproxy/envoy:dev-698abe98131fa5c64904082407878d1fcc62cb88
FROM envoyproxy/envoy:v1.29.0
RUN apt-get update && apt-get install -y gettext-base && apt-get clean && rm -rf /var/lib/apt/lists/*

USER envoy
Expand Down

0 comments on commit d2b328c

Please sign in to comment.