changed build hook shell to bash

Este commit está contenido en:
Tamás Gérczei 2020-07-13 07:51:50 +02:00
padre a7584c3e45
commit 1385111936
Firmado por: tgerczei
ID de clave GPG: 5B59A7760597B1A1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -1,2 +1,2 @@
#!/bin/sh
#!/bin/bash
docker build --build-arg BUILD_DATE=$(date -u +%Y-%m-%dT%H:%M:%SZ) -t $IMAGE_NAME .