Skip to content

Commit f544a46

Browse files
authored
Merge pull request #2676 from jwendell/bump-parent-images
Bump parent images for echo apps
2 parents 434743e + b85e3b6 commit f544a46

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker/Dockerfile.echo-advanced

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# TODO(https://github.com/kubernetes-sigs/gateway-api/issues/1895): build it ourselves
2-
FROM gcr.io/istio-release/app:1.17.1
1+
FROM gcr.io/istio-release/app:1.20.1

docker/Dockerfile.echo-basic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Build
16-
FROM golang:1.21.3 as builder
16+
FROM golang:1.21.5 as builder
1717

1818
ENV CGO_ENABLED=0
1919

0 commit comments

Comments
 (0)