mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Fix typo in Dockerfile (#770)
- Change `mantainer` to `maintainer` in the Dockerfile label
This commit is contained in:
parent
6dfafef998
commit
deedb9560b
|
@ -1,6 +1,6 @@
|
|||
ARG BASE_IMAGE=opensuse/tumbleweed:latest
|
||||
FROM ${BASE_IMAGE} AS builder
|
||||
LABEL mantainer william@blackhats.net.au
|
||||
LABEL maintainer william@blackhats.net.au
|
||||
|
||||
RUN zypper refresh
|
||||
RUN zypper dup -y
|
||||
|
@ -46,7 +46,7 @@ RUN if [ "${SCCACHE_REDIS}" != "" ]; \
|
|||
fi;
|
||||
|
||||
FROM ${BASE_IMAGE}
|
||||
LABEL mantainer william@blackhats.net.au
|
||||
LABEL maintainer william@blackhats.net.au
|
||||
|
||||
RUN zypper ref
|
||||
RUN zypper dup -y
|
||||
|
|
Loading…
Reference in a new issue