Skip to content
Snippets Groups Projects
Commit a2928254 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Merge branch 'nkupdates' into 'main'

Nkupdates

See merge request !33
parents a3b7f677 e03a7654
Branches
No related tags found
1 merge request!33Nkupdates
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
# IN THE SOFTWARE. # IN THE SOFTWARE.
FROM registry.conarx.tech/containers/alpine/3.18 FROM registry.conarx.tech/containers/alpine/3.19
ARG VERSION_INFO= ARG VERSION_INFO=
LABEL org.opencontainers.image.authors "Nigel Kukard <nkukard@conarx.tech>" LABEL org.opencontainers.image.authors "Nigel Kukard <nkukard@conarx.tech>"
LABEL org.opencontainers.image.version "3.18" LABEL org.opencontainers.image.version "3.19"
LABEL org.opencontainers.image.base.name "registry.conarx.tech/containers/alpine/3.18" LABEL org.opencontainers.image.base.name "registry.conarx.tech/containers/alpine/3.19"
ENV FDC_DISABLE_SUPERVISORD=true ENV FDC_DISABLE_SUPERVISORD=true
......
...@@ -55,7 +55,7 @@ do ...@@ -55,7 +55,7 @@ do
break break
fi fi
done done
# Perhapts the configuration is in package.json # Perhaps the configuration is in package.json
if [ -e package.json ] && grep -q "commitlint" package.json; then if [ -e package.json ] && grep -q "commitlint" package.json; then
commitlint_config=package.json commitlint_config=package.json
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment