Skip to content

Commit b85e3b6

Browse files
committed
Bump parent images for echo apps
In particular, the newer "advanced" echo no longer runs as root (it now has `USER` configured), which makes it possible to run in more strict environments like OpenShift.
1 parent 052e0d1 commit b85e3b6

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)