Skip to content

Commit 29c6910

Browse files
committed
Add co author
1 parent 04c7f79 commit 29c6910

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

utils/Dockerfile.blueprint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG TAG_PREFIX=""
88

99
ARG FROM_IMAGE="${REPO}:${TAG_PREFIX}${PHP_VERSION}-${GLOBAL_VERSION}-slim-{{ .Orbit.variant }}"
1010
FROM ${FROM_IMAGE}
11-
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>"
11+
LABEL authors="Mistral Oz <[email protected]>, Julien Neuhart <[email protected]>, David Négrier <[email protected]>"
1212
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1313

1414
ARG TARGETOS

utils/Dockerfile.node.blueprint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG REPO="thecodingmachine/php"
55
ARG TAG_PREFIX=""
66
ARG FROM_IMAGE="${REPO}:${TAG_PREFIX}${PHP_VERSION}-${GLOBAL_VERSION}-{{ .Orbit.variant }}"
77
FROM $FROM_IMAGE
8-
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>"
8+
LABEL authors="Mistral Oz <[email protected]>, Julien Neuhart <[email protected]>, David Négrier <[email protected]>"
99
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1010

1111
ARG TARGETOS

utils/Dockerfile.slim.blueprint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#syntax=docker/dockerfile-upstream:1
22
FROM ubuntu:24.04
3-
LABEL authors="Julien Neuhart <[email protected]>, David Négrier <[email protected]>"
3+
LABEL authors="Mistral Oz <[email protected]>, Julien Neuhart <[email protected]>, David Négrier <[email protected]>"
44
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
55

66
# Fixes some weird terminal issues such as broken clear / CTRL+L

0 commit comments

Comments
 (0)