UNCLASSIFIED

Commit 010110b0 authored by Tim Seagren's avatar Tim Seagren
Browse files

fixing string

parent bcc49284
Pipeline #223464 passed with stages
in 10 minutes and 52 seconds
......@@ -5,7 +5,7 @@ ARG BASE_IMAGE=redhat/ubi/ubi8
ARG BASE_TAG=8.2
# Updated by Renovate
ARG version=1.5.10
ARG version="1.5.10"
FROM istio/proxyv2:${version} AS base
......@@ -44,7 +44,7 @@ RUN useradd -u 1337 istio-proxy && \
chown -R 1337 /etc/istio && \
dnf update -y && \
dnf clean all && \
rm -rf /var/cache/dnf/
rm -rf /var/cache/dnf/
EXPOSE 443
USER istio-proxy
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment