Skip to content

Commit

Permalink
Dockerfile: Updated deprecated syntax for ENV
Browse files Browse the repository at this point in the history
Signed-off-by: Rickard von Essen <[email protected]>
  • Loading branch information
rickard-von-essen committed Oct 28, 2024
1 parent 97c0831 commit 7f23bdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cluster/images/provider-gcp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ ARG TARGETOS
ARG TARGETARCH
ARG CROSSPLANE_PROVIDER_VERSION

ENV USER_ID=65532
ENV USER_ID 65532
# set user agent
ENV GOOGLE_TERRAFORM_USERAGENT_EXTENSION "upbound-provider-gcp/${CROSSPLANE_PROVIDER_VERSION}"

USER ${USER_ID}
EXPOSE 8080

ENTRYPOINT ["provider"]
ENTRYPOINT ["provider"]

0 comments on commit 7f23bdc

Please sign in to comment.