chore(cli): point Docker maintainer label to support@usebruno.com (#8007)

This commit is contained in:
Sundram
2026-05-15 14:46:52 +05:30
committed by GitHub
parent a2ec2c6d56
commit bdc5d1e017
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM node:22-alpine
LABEL maintainer="Bruno <engineering@usebruno.com>"
LABEL maintainer="Bruno <support@usebruno.com>"
ARG BRUNO_VERSION
ENV BRUNO_VERSION=${BRUNO_VERSION}

View File

@@ -1,6 +1,6 @@
FROM node:22-slim
LABEL maintainer="Bruno <engineering@usebruno.com>"
LABEL maintainer="Bruno <support@usebruno.com>"
ARG BRUNO_VERSION
ENV BRUNO_VERSION=${BRUNO_VERSION}