This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new dd990b7dd Use alpine-based Docker image for UI (#2129)
dd990b7dd is described below

commit dd990b7dde0d6c7f159d3c390ea7c2ac08affbc9
Author: Dominik Riemer <[email protected]>
AuthorDate: Fri Nov 3 17:09:47 2023 +0100

    Use alpine-based Docker image for UI (#2129)
---
 ui/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/Dockerfile b/ui/Dockerfile
index 8f204bd12..723029b83 100644
--- a/ui/Dockerfile
+++ b/ui/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM nginx
+FROM nginx:mainline-alpine3.18
 
 COPY dist/streampipes/ui/ /usr/share/nginx/html/
 

Reply via email to