From 8a9adb9f681cfcb2b8b00dcf874f0577cbf6ed73 Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 20:03:07 +0000 Subject: [PATCH] chore: Set org.label-schema.version in Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 11e9342..d4a5c34 100755 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ LABEL \ org.label-schema.schema-version="1.0" \ org.label-schema.vendor="Elastic" \ org.label-schema.name="opbeans-frontend" \ - org.label-schema.version="@elastic/apm-rum@5.16.0" \ + org.label-schema.version="@elastic/apm-rum@5.16.3" \ org.label-schema.url="https://hub.docker.com/r/opbeans/opbeans-frontend" \ org.label-schema.vcs-url="https://github.com/elastic/opbeans-frontend" \ org.label-schema.license="MIT"