mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 21:25:45 +00:00
chore(cli): point Docker maintainer label to support@usebruno.com (#8007)
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user